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 d14873f commit e43a1f7Copy full SHA for e43a1f7
.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