ci: add tokens to fix project automation (to be able to write to shared project)

This commit is contained in:
Ilya Kreymer 2023-03-02 09:57:52 -08:00
parent df9a7eccf3
commit a86a3b470a
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ jobs:
with:
project: Webrecorder Projects
column: Todo
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GHPROJECT_TOKEN }}

View File

@ -12,4 +12,4 @@ jobs:
with:
project: Webrecorder Projects
column: Triage
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GHPROJECT_TOKEN }}