We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f48f3 commit d8aed6dCopy full SHA for d8aed6d
.github/workflows/update_references.yml
@@ -6,8 +6,8 @@ on:
6
types: [update-references]
7
workflow_dispatch:
8
permissions:
9
- contents: write
10
- pull-requests: write
+ contents: write # Used to commit updated references PR
+ pull-requests: write # Used to create updated references PR
11
env:
12
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
0 commit comments