Skip to content

Commit

Permalink
workflows: update pr-auditor workflow (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: BolajiOlajide <[email protected]>
  • Loading branch information
sourcegraph-bot-devx and BolajiOlajide committed Jul 18, 2024
1 parent 12d2b32 commit 69300ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr-auditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: 'sourcegraph/pr-auditor'
repository: 'sourcegraph/devx-service'
token: ${{ secrets.PR_AUDITOR_TOKEN }}
- uses: actions/setup-go@v4
with: { go-version: '1.21' }
with: { go-version: '1.22' }

- run: './check-pr.sh'
- run: 'go run ./cmd/pr-auditor'
env:
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}
GITHUB_TOKEN: ${{ secrets.PR_AUDITOR_TOKEN }}
Expand Down

0 comments on commit 69300ae

Please sign in to comment.