Use custom token to have the correct rights

"Read and write org and team membership, read and write org projects"

according to https://github.com/alex-page/github-project-automation-plus
This commit is contained in:
Franck Royer 2021-04-28 16:44:10 +10:00
parent 72c9bef3d2
commit 102c55c4ff
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ jobs:
with:
project: js-waku
column: New
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}