Update add-to-project.yml
This commit is contained in:
parent
dd7809ba40
commit
9dcfd5c1e2
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
|
@ -10,6 +10,6 @@ jobs:
|
||||||
uses: actions/add-to-project@v0.3.0
|
uses: actions/add-to-project@v0.3.0
|
||||||
with:
|
with:
|
||||||
# URL of the project to add issues to
|
# URL of the project to add issues to
|
||||||
project-url: EllieBotDevs/Ellie-bot
|
project-url: https://github.com/orgs/EllieBotDevs/projects/3
|
||||||
# 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.GITHUB_TOKEN }}"
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
Reference in a new issue