From 21ca38b4918db3752f0c19549c313d26f854ba1a Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Sun, 1 Jan 2023 23:41:36 -0500 Subject: [PATCH] ci(workflows): [`add-to-project`] add items from repo admin account Signed-off-by: Lexus Drumgold --- .github/workflows/add-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index f0990bb5..c1857d1a 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -25,6 +25,6 @@ jobs: name: Add ${{ format('#{0}', github.event.number || github.event.issue.number) }} to project uses: actions/add-to-project@v0.4.0 with: - github-token: ${{ secrets.PAT_BOT }} + github-token: ${{ secrets.PAT_REPO }} project-url: | ${{ format('{0}/orgs/{1}/projects/{2}', github.server_url, github.repository_owner, secrets.GH_PROJECT_ID) }}