From 102c55c4ffadf4e4e7d42070c8f1821492f8226b Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 28 Apr 2021 16:44:10 +1000 Subject: [PATCH] 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 --- .github/workflows/add-action-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-action-project.yml b/.github/workflows/add-action-project.yml index fe6c8222a1..5ecdd10d8b 100644 --- a/.github/workflows/add-action-project.yml +++ b/.github/workflows/add-action-project.yml @@ -12,4 +12,4 @@ jobs: with: project: js-waku column: New - repo-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}