Skip to content

Commit

Permalink
Add PAT_TOKEN_FOR_SECOND_REVIEWER_UNTIL_JAN_2025
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Jan 17, 2024
1 parent b395f5f commit acc120e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/second_reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Add second reviewer
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
github-token: ${{secrets.PAT_TOKEN_FOR_SECOND_REVIEWER_UNTIL_JAN_2025}}
script: |
// Get PR information
const pullRequest = context.payload.pull_request;
Expand Down

0 comments on commit acc120e

Please sign in to comment.