Skip to content

Commit

Permalink
feat(ci): export GITHUB_TOKEN (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 authored Oct 2, 2024
2 parents 4e47adb + 2db5f40 commit 4fd28a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

strategy:
fail-fast: false
Expand Down

0 comments on commit 4fd28a0

Please sign in to comment.