Skip to content

Commit d8aed6d

Browse files
author
Jacob Logan
committed
adding comments to permissions in workflow
1 parent 26f48f3 commit d8aed6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_references.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
types: [update-references]
77
workflow_dispatch:
88
permissions:
9-
contents: write
10-
pull-requests: write
9+
contents: write # Used to commit updated references PR
10+
pull-requests: write # Used to create updated references PR
1111
env:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313

0 commit comments

Comments
 (0)