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 63e7e33 commit e947e79Copy full SHA for e947e79
.github/workflows/cd.yaml
@@ -33,7 +33,7 @@ jobs:
33
environment: ${{ github.event.inputs.environment || 'dev' }}
34
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
35
36
- permisions:
+ permissions:
37
id-token: write
38
contents: read
39
0 commit comments