fix(ci): trigger permissions

This commit is contained in:
Siddharth Ganesan
2025-09-30 13:53:02 -07:00
committed by GitHub
parent dca8745c44
commit 9f6cb1becf

View File

@@ -23,6 +23,9 @@ jobs:
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/staging')
uses: ./.github/workflows/trigger-deploy.yml
secrets: inherit
permissions:
id-token: write
contents: read
# Build AMD64 images and push to ECR immediately (+ GHCR for main)
build-amd64: