Skip to content

Commit c3dfa81

Browse files
committed
add id token permissions
1 parent 1ce7e0d commit c3dfa81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate-go-docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
generate_docs_new_pr:
1212
if: ${{ contains(github.event.pull_request.labels.*.name, 'generate_go_docs') }}
1313
runs-on: ubuntu-latest
14+
permissions:
15+
id-token: write
16+
contents: read
1417

1518
steps:
1619
- name: Setup GitHub Token for reading Generate Go Doc Repo

0 commit comments

Comments
 (0)