Skip to content

Commit d06fe8b

Browse files
Update update-directorymd.yml (#6326)
1 parent e43a1f7 commit d06fe8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-directorymd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
permissions:
99
contents: write
1010
pull-requests: write
11+
workflows: write
1112

1213
jobs:
1314
generate-directory:
@@ -32,9 +33,8 @@ jobs:
3233
3334
- name: Create Pull Request
3435
uses: peter-evans/create-pull-request@v5
35-
env:
36-
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
3736
with:
37+
token: ${{ secrets.REPO_SCOPED_TOKEN }}
3838
branch: update-directory
3939
base: master
4040
title: "Update DIRECTORY.md"

0 commit comments

Comments
 (0)