Skip to content

Commit 9f6cb1b

Browse files
authored
fix(ci): trigger permissions
1 parent dca8745 commit 9f6cb1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/staging')
2424
uses: ./.github/workflows/trigger-deploy.yml
2525
secrets: inherit
26+
permissions:
27+
id-token: write
28+
contents: read
2629

2730
# Build AMD64 images and push to ECR immediately (+ GHCR for main)
2831
build-amd64:

0 commit comments

Comments
 (0)