Skip to content

Commit

Permalink
Adds GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
vansh-codes committed Oct 8, 2024
1 parent 39dbdff commit fd5acf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: check_command
uses: actions/github-script@v4
with:
github-token: ${{ secrets.ASSIGN_PAT }}
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const commentBody = context.payload.comment.body;
const isGoAheadCommand = commentBody.trim().toLowerCase() === 'go ahead';
Expand Down

0 comments on commit fd5acf7

Please sign in to comment.