From 51a1bd5adc3d70e3b6458fdaa06e3bf0c8d4e09e Mon Sep 17 00:00:00 2001 From: Silvio Tomatis Date: Sat, 7 Dec 2024 22:27:25 +0100 Subject: [PATCH] ci: Add GitHub token to Rust setup workflow --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c18123e..d41adf2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,6 +52,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: moonrepo/setup-rust@v1 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} # Cache Rust build artifacts - uses: actions/cache@v3