Skip to content

Commit 1394091

Browse files
jacobloganJacob Logan
andauthored
update api docs workflow permissions (#8079)
* update api docs workflow permissions * adding comments to permissions in workflow --------- Co-authored-by: Jacob Logan <[email protected]>
1 parent 7eed946 commit 1394091

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_references.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
repository_dispatch:
66
types: [update-references]
77
workflow_dispatch:
8+
permissions:
9+
contents: write # Used to commit updated references PR
10+
pull-requests: write # Used to create updated references PR
811
env:
912
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1013

0 commit comments

Comments
 (0)