Skip to content

Commit

Permalink
Merge pull request #8 from donat-konan33/yellow-letter
Browse files Browse the repository at this point in the history
add quote for contents and id-token permissions due to errors appear …
  • Loading branch information
donat-konan33 authored Dec 17, 2024
2 parents c424786 + 8241c1e commit 913e1bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/.app-engine-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@ jobs:
deploy-to-app-engine:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3
- uses: 'actions/checkout@v3'
# Authenticate via Service Account Key JSON
# See https://github.com/google-github-actions/auth#authenticating-via-service-account-key-json-1
- id: 'auth'
uses: 'google-github-actions/auth@v1'
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}'

#
# Use Google official GHA to deploy 🎉
- id: 'deploy'
uses: 'google-github-actions/deploy-appengine@v1'

0 comments on commit 913e1bc

Please sign in to comment.