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 73c53f2 commit 7ecf90aCopy full SHA for 7ecf90a
.github/workflows/update-directorymd.yml
@@ -32,6 +32,8 @@ jobs:
32
33
- name: Create Pull Request
34
uses: peter-evans/create-pull-request@v5
35
+ env:
36
+ GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
37
with:
38
branch: update-directory
39
base: master
0 commit comments