mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-07 01:35:16 +08:00
Update update-directorymd.yml (#6326)
This commit is contained in:
4
.github/workflows/update-directorymd.yml
vendored
4
.github/workflows/update-directorymd.yml
vendored
@ -8,6 +8,7 @@ on:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
workflows: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate-directory:
|
generate-directory:
|
||||||
@ -32,9 +33,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v5
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
|
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.REPO_SCOPED_TOKEN }}
|
||||||
branch: update-directory
|
branch: update-directory
|
||||||
base: master
|
base: master
|
||||||
title: "Update DIRECTORY.md"
|
title: "Update DIRECTORY.md"
|
||||||
|
Reference in New Issue
Block a user