Update weekly-e2e.yaml, add id-token write permission to fix authentication issue.
This commit is contained in:
parent
2533be9495
commit
d412c1b1e1
3
.github/workflows/weekly-e2e.yaml
vendored
3
.github/workflows/weekly-e2e.yaml
vendored
@ -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 }}
|
||||
branch: ${{ env.default_branch }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user