Skip to content

Commit

Permalink
Update pull-request-trigger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Sep 11, 2024
1 parent 35ca5c5 commit 463b71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: check-for-keyword
uses: actions/github-script@v7
with:
github-token: ${{ secrets.HACKFORLA_BOT_PA_TOKEN }}
github-token: ${{ secrets.HACKFORLA_ADMIN_TOKEN }}
script: |
const script = require('./github-actions/trigger-pr/check-linked-issue.js')
script({g: github, c: context})

0 comments on commit 463b71d

Please sign in to comment.