Skip to content

Commit d1d396c

Browse files
s
1 parent 08e610b commit d1d396c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/scratch-workflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
environment: staging
1212
steps:
13+
14+
permissions:
15+
contents: 'read'
16+
# Requird for OIDC auth with GCP.
17+
# @see: https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
18+
id-token: 'write'
19+
1320
# - name: 'Checkout'
1421
# uses: 'actions/checkout@v3'
1522
# with:

0 commit comments

Comments
 (0)