Skip to content

Commit

Permalink
chore: read the gcloud credentials directly from the secrets tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersokari committed Apr 17, 2024
1 parent 97b61e0 commit cac7d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
- name: Authenticate GCP
uses: google-github-actions/auth@v2
with:
service_account: '$GCLOUD_SERVICE_KEY'
service_account: ${{ secrets.GCLOUD_SERVICE_KEY }}
deliverables: './src/main/appengine/app.yaml'
version: 'v2'

0 comments on commit cac7d45

Please sign in to comment.