Skip to content

Commit

Permalink
fix: submodule access token
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Oct 8, 2024
1 parent bca00fc commit 8a8831c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/event_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.PRIVATE_SUBMODULE_ACCESS_TOKEN || github.token }}
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- run: rustup update stable && rustup default stable
Expand Down

0 comments on commit 8a8831c

Please sign in to comment.