Skip to content

Commit

Permalink
ci: use project PAT secret to allow readonly access to private repo
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Dec 1, 2024
1 parent ecc29d4 commit 8cd617d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
shell: bash
run: bazelisk test //:all_integration_tests
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

all_ci_tests:
runs-on: ubuntu-22.04
Expand All @@ -54,4 +54,4 @@ jobs:
steps:
- uses: cgrindel/gha_join_jobs@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_TOKEN }}

0 comments on commit 8cd617d

Please sign in to comment.