Skip to content

Commit

Permalink
Merge branch 'master' into appengine-test
Browse files Browse the repository at this point in the history
  • Loading branch information
internot169 committed Aug 29, 2024
2 parents 6076bea + 39e3487 commit 3e508d4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,22 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.8

#- uses: 'google-github-actions/auth@v2'
# with:
# credentials_json: ${{secrets.GCP_SERVICE_ACCOUNT}}

- name: Authenticate Google Cloud
run: gcloud auth activate-service-account --key-file=${{secrets.GCP_SERVICE_ACCOUNT}}

- uses: 'google-github-actions/auth@v2'
with:
credentials_json: ${{secrets.GCP_SERVICE_ACCOUNT}}

- uses: 'google-github-actions/auth@v2'
with:
credentials_json: ${{secrets.GCP_SERVICE_ACCOUNT}}

- name: Set up dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 3e508d4

Please sign in to comment.