From d412c1b1e19ba61f6469f2dffad5604a39179158 Mon Sep 17 00:00:00 2001 From: lonegunmanb Date: Fri, 27 Sep 2024 14:45:05 +0800 Subject: [PATCH] Update weekly-e2e.yaml, add id-token write permission to fix authentication issue. --- .github/workflows/weekly-e2e.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/weekly-e2e.yaml b/.github/workflows/weekly-e2e.yaml index d531472c..86b21dde 100644 --- a/.github/workflows/weekly-e2e.yaml +++ b/.github/workflows/weekly-e2e.yaml @@ -6,6 +6,7 @@ on: permissions: actions: write contents: write + id-token: write jobs: full-e2e-check: @@ -38,4 +39,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} message: 'Update TestRecord' - branch: ${{ env.default_branch }} \ No newline at end of file + branch: ${{ env.default_branch }}