allow id-token

This commit is contained in:
Guillaume LEGENDRE 2024-12-11 21:45:17 +01:00 committed by GitHub
parent 1c3f82c576
commit 600faa6d5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,10 @@ on:
branches:
- "main"
permissions:
id-token: write # Required to authenticate via OIDC.
jobs:
call-setup-aws-s3-cache:
uses: ./.github/workflows/s3-cache.yaml # TODO: Change @s3-cache to @main when merged