Update add-to-project.yml
This commit is contained in:
parent
e5ea08c1fb
commit
6146953bb0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/add-to-project.yml
vendored
2
.github/workflows/add-to-project.yml
vendored
|
@ -12,4 +12,4 @@ jobs:
|
||||||
# URL of the project to add issues to
|
# URL of the project to add issues to
|
||||||
project-url: EllieBotDevs/Ellie-bot
|
project-url: EllieBotDevs/Ellie-bot
|
||||||
# A GitHub personal access token with write access to the project
|
# A GitHub personal access token with write access to the project
|
||||||
github-token: "${{ secrets.GH_PAT }}"
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
Reference in a new issue