From cfec999227b682bccb7e7a05f32778f64c91e8bf Mon Sep 17 00:00:00 2001 From: Aadil Ahmed Date: Sat, 6 Jan 2024 19:32:11 -0800 Subject: [PATCH] add secret keys to pull-request-trigger.yml --- .github/workflows/pull-request-trigger.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request-trigger.yml b/.github/workflows/pull-request-trigger.yml index 26403fc0b6..6360cf53d4 100644 --- a/.github/workflows/pull-request-trigger.yml +++ b/.github/workflows/pull-request-trigger.yml @@ -24,7 +24,7 @@ jobs: with: project: Project Board column: 'PR Needs review (Automated Column, do not place items here manually)' - repo-token: ${{ secrets.HACKFORLA_BOT_PA_TOKEN }} + repo-token: ${{ secrets.TEST_GHAS }} # Gathers merged PRs from every location and moves to column 'test-approved-by-reviewer...' @@ -37,7 +37,7 @@ jobs: with: project: Project Board column: 'test-approved-by-reviewer (Automated Column, do not place items here manually)' - repo-token: ${{ secrets.HACKFORLA_BOT_PA_TOKEN }} + repo-token: ${{ secrets.TEST_GHAS }} # Deletes merged PRs from column 'test-approved-by-reviewer...' after 'needs: Gather-Merged-PRs' @@ -51,7 +51,7 @@ jobs: with: project: Project Board column: 'test-approved-by-reviewer (Automated Column, do not place items here manually)' - repo-token: ${{ secrets.HACKFORLA_BOT_PA_TOKEN }} + repo-token: ${{ secrets.TEST_GHAS }} action: delete # Removes PRs that are closed and not merged @@ -64,5 +64,5 @@ jobs: with: project: Project Board column: 'PR Needs review (Automated Column, do not place items here manually)' - repo-token: ${{ secrets.HACKFORLA_BOT_PA_TOKEN }} + repo-token: ${{ secrets.TEST_GHAS }} action: delete \ No newline at end of file