Skip to content

Commit

Permalink
Github actions: add token_format
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Sep 14, 2024
1 parent a69c0bf commit ee7725a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-streamlit-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}' # GCP service account JSON key
token_format: 'access_token'

# Step 3: Set up Google Cloud SDK
- name: Set up Cloud SDK
Expand Down

0 comments on commit ee7725a

Please sign in to comment.