We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e610b commit d1d396cCopy full SHA for d1d396c
.github/workflows/scratch-workflow.yml
@@ -10,6 +10,13 @@ jobs:
10
runs-on: ubuntu-latest
11
environment: staging
12
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
20
# - name: 'Checkout'
21
# uses: 'actions/checkout@v3'
22
# with:
0 commit comments