uniform github token usage

This commit is contained in:
tooomm 2026-07-03 22:27:01 +02:00
parent de75df5128
commit 1695e14b26

View file

@ -416,7 +416,7 @@ jobs:
id: vcpkg-cache id: vcpkg-cache
uses: TAServers/vcpkg-cache@v3 uses: TAServers/vcpkg-cache@v3
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ github.token }}
- name: "[macOS] Restore compiler cache (ccache)" - name: "[macOS] Restore compiler cache (ccache)"
if: matrix.os == 'macOS' && matrix.use_ccache == true if: matrix.os == 'macOS' && matrix.use_ccache == true