mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 14:51:44 +00:00
pr-auditor: use token secret (#58933)
This commit is contained in:
parent
57166ea80c
commit
cc03635fdd
2
.github/workflows/pr-auditor.yml
vendored
2
.github/workflows/pr-auditor.yml
vendored
@ -18,5 +18,5 @@ jobs:
|
||||
- run: './check-pr.sh'
|
||||
env:
|
||||
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
GITHUB_TOKEN: ${{ secrets.PR_AUDITOR_TOKEN }}
|
||||
GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user