Skip to content

Commit 8a4b74a

Browse files
authored
"update pr-auditor workflow" (#168)
1 parent d992d02 commit 8a4b74a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/pr-auditor.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
with: { repository: 'sourcegraph/sourcegraph' }
13-
- uses: actions/setup-go@v2
14-
with: { go-version: '1.18' }
12+
with:
13+
repository: 'sourcegraph/pr-auditor'
14+
- uses: actions/setup-go@v4
15+
with: { go-version: '1.20' }
1516

16-
- run: ./dev/pr-auditor/check-pr.sh
17+
- run: './check-pr.sh'
1718
env:
1819
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}
19-
GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}
20+
GITHUB_TOKEN: ${{ github.token }}
2021
GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 commit comments

Comments
 (0)