From b69fd78bc9581d63dea81a4d72a1515831bb4f45 Mon Sep 17 00:00:00 2001 From: Sean Fong Date: Tue, 1 Oct 2024 13:57:51 +0930 Subject: [PATCH] Set id-token permission in cloudfront function workflow --- .github/workflows/deploy_cloudfront_function.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy_cloudfront_function.yml b/.github/workflows/deploy_cloudfront_function.yml index 8d415381..d2d6c44d 100644 --- a/.github/workflows/deploy_cloudfront_function.yml +++ b/.github/workflows/deploy_cloudfront_function.yml @@ -7,6 +7,8 @@ jobs: build: name: Deploy IG Routing Cloudfront function runs-on: ubuntu-latest + permissions: + id-token: write steps: - uses: actions/checkout@v4