From 8a8831c54802d33ce2dfeaceac4bf0bc357df237 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 8 Oct 2024 17:34:48 -0400 Subject: [PATCH] fix: submodule access token --- .github/workflows/event_pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/event_pr.yml b/.github/workflows/event_pr.yml index d1051af3a..a8eacd514 100644 --- a/.github/workflows/event_pr.yml +++ b/.github/workflows/event_pr.yml @@ -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/sccache-action@v0.0.4 - run: rustup update stable && rustup default stable