We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e6ed1 commit 63897e5Copy full SHA for 63897e5
1 file changed
.github/workflows/deploy-to-environment.yml
@@ -25,7 +25,7 @@ jobs:
25
needs: build-and-test
26
permissions:
27
id-token: write
28
- contents: read
+ contents: write
29
env:
30
DEPLOYMENT_EVENT_IDENT: users-api-deployment-${{ inputs.environment }}-${{ github.sha }}-${{ github.run_number }}
31
steps:
0 commit comments