ci: set GITHUB_TOKEN env

This commit is contained in:
Hendrik Eeckhaut
2025-11-26 17:04:31 +01:00
parent 0919e1f2b3
commit cec4756e0e

View File

@@ -22,6 +22,7 @@ env:
# 32 seems to be big enough for the foreseeable future
RAYON_NUM_THREADS: 32
RUST_VERSION: 1.91.1
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
clippy: