mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-07 22:24:06 -05:00
fix(ci): trigger permissions
This commit is contained in:
committed by
GitHub
parent
dca8745c44
commit
9f6cb1becf
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user