Skip to content

Commit

Permalink
Update pr-verification.yml
Browse files Browse the repository at this point in the history
remove admin token
  • Loading branch information
t-will-gillis authored Aug 2, 2024
1 parent 8aec755 commit 6d39b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.HACKFORLA_ADMIN_TOKEN }}

script: |
const verifyPR = require('./github-actions/trigger-pr-target/verify-pr.js');
verifyPR({github, context});

0 comments on commit 6d39b7b

Please sign in to comment.