Skip to content

Commit

Permalink
Pass Github Token to Setup Rust Action
Browse files Browse the repository at this point in the history
  • Loading branch information
C0D3-M4513R committed Sep 5, 2024
1 parent a22b573 commit 3598f9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
with:
cache-target: release
targets: ${{ matrix.target }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Linux Specific libs install
if: matrix.os == 'ubuntu-latest'
uses: awalsh128/cache-apt-pkgs-action@v1
Expand Down

0 comments on commit 3598f9e

Please sign in to comment.