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 0e7d09e commit 26f48f3Copy full SHA for 26f48f3
.github/workflows/update_references.yml
@@ -5,6 +5,9 @@ on:
5
repository_dispatch:
6
types: [update-references]
7
workflow_dispatch:
8
+permissions:
9
+ contents: write
10
+ pull-requests: write
11
env:
12
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
0 commit comments