mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-04 19:03:39 +00:00
ci: fix reference to personal access token
Turns out, github.token is not a PAT https://github.com/actions/add-to-project/issues/462#issuecomment-1712561302
This commit is contained in:
parent
ab158fb939
commit
9d3d9e60f5
4
.github/workflows/auto-add-to-project.yml
vendored
4
.github/workflows/auto-add-to-project.yml
vendored
@ -8,8 +8,8 @@ on:
|
|||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
# https://github.com/actions/add-to-project
|
||||||
add-to-project:
|
add-to-project:
|
||||||
name: Add issue and bugs to project
|
name: Add issue and bugs to project
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -17,4 +17,4 @@ jobs:
|
|||||||
- uses: actions/add-to-project@v0.5.0
|
- uses: actions/add-to-project@v0.5.0
|
||||||
with:
|
with:
|
||||||
project-url: https://github.com/orgs/overhangio/projects/4
|
project-url: https://github.com/orgs/overhangio/projects/4
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ secrets.GH_PROJECT_PERSONAL_ACCESS_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user