Skip to content

Commit 4b2a024

Browse files
authored
fix(pipeline): FTRS-1056 Add id-token write permission to job requiring AWS creds (#715)
1 parent a5ad687 commit 4b2a024

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pipeline-deploy-sandbox.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
needs.validate-sandbox-tag.outputs.sandbox_service || 'sandbox',
4747
needs.validate-sandbox-tag.outputs.sandbox_environment || 'API'
4848
) }}
49+
permissions:
50+
id-token: write
4951
needs:
5052
- metadata
5153
- validate-sandbox-tag

0 commit comments

Comments
 (0)