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 e43a1f7 commit d06fe8bCopy full SHA for d06fe8b
.github/workflows/update-directorymd.yml
@@ -8,6 +8,7 @@ on:
8
permissions:
9
contents: write
10
pull-requests: write
11
+ workflows: write
12
13
jobs:
14
generate-directory:
@@ -32,9 +33,8 @@ jobs:
32
33
34
- name: Create Pull Request
35
uses: peter-evans/create-pull-request@v5
- env:
36
- GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
37
with:
+ token: ${{ secrets.REPO_SCOPED_TOKEN }}
38
branch: update-directory
39
base: master
40
title: "Update DIRECTORY.md"
0 commit comments