fix: add id-token permission to update-docs workflow
This commit is contained in:
parent
232980e5bc
commit
d364bea497
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-docs.yml
vendored
1
.github/workflows/update-docs.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
id-token: write
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue