We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca8745 commit 9f6cb1bCopy full SHA for 9f6cb1b
.github/workflows/ci.yml
@@ -23,6 +23,9 @@ jobs:
23
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/staging')
24
uses: ./.github/workflows/trigger-deploy.yml
25
secrets: inherit
26
+ permissions:
27
+ id-token: write
28
+ contents: read
29
30
# Build AMD64 images and push to ECR immediately (+ GHCR for main)
31
build-amd64:
0 commit comments