Skip to content

Commit

Permalink
add secret keys to pull-request-trigger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aadilahmed committed Jan 7, 2024
1 parent f822463 commit cfec999
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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...'
Expand All @@ -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'
Expand All @@ -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
Expand All @@ -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

0 comments on commit cfec999

Please sign in to comment.