uniform github token usage

This commit is contained in:
tooomm
2026-07-07 12:09:11 +02:00
parent 58a9ee2876
commit 83fb8302ad
+1 -1
View File
@@ -416,7 +416,7 @@ jobs:
id: vcpkg-cache
uses: TAServers/vcpkg-cache@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ github.token }}
- name: "[macOS] Restore compiler cache (ccache)"
if: matrix.os == 'macOS' && matrix.use_ccache == true