From a86a3b470a381a45856b71d586c6c652cc53ce7d Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 2 Mar 2023 09:57:52 -0800 Subject: [PATCH] ci: add tokens to fix project automation (to be able to write to shared project) --- .github/workflows/project-assign-issue.yml | 2 +- .github/workflows/project-new-issue.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/project-assign-issue.yml b/.github/workflows/project-assign-issue.yml index 524e44d4..72b20a32 100644 --- a/.github/workflows/project-assign-issue.yml +++ b/.github/workflows/project-assign-issue.yml @@ -12,4 +12,4 @@ jobs: with: project: Webrecorder Projects column: Todo - repo-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.GHPROJECT_TOKEN }} diff --git a/.github/workflows/project-new-issue.yml b/.github/workflows/project-new-issue.yml index ffbb9969..0f53766b 100644 --- a/.github/workflows/project-new-issue.yml +++ b/.github/workflows/project-new-issue.yml @@ -12,4 +12,4 @@ jobs: with: project: Webrecorder Projects column: Triage - repo-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.GHPROJECT_TOKEN }}