Skip to content

Commit

Permalink
adding comments to permissions in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Logan committed Nov 7, 2024
1 parent 26f48f3 commit d8aed6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_references.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
types: [update-references]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
contents: write # Used to commit updated references PR
pull-requests: write # Used to create updated references PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit d8aed6d

Please sign in to comment.