mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-13 08:46:34 +00:00
ci: fix github token in auto-add to project
This commit is contained in:
parent
4e3e3e14e5
commit
ab158fb939
2
.github/workflows/auto-add-to-project.yml
vendored
2
.github/workflows/auto-add-to-project.yml
vendored
@ -17,4 +17,4 @@ jobs:
|
||||
- uses: actions/add-to-project@v0.5.0
|
||||
with:
|
||||
project-url: https://github.com/orgs/overhangio/projects/4
|
||||
github-token: ${{ secrets.ADD_TO_PROJECT_SECRET_TOKEN }}
|
||||
github-token: ${{ github.token }}
|
||||
|
Loading…
Reference in New Issue
Block a user