diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index dc2699c..b3a2fcd 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -46,4 +46,4 @@ jobs: extra-args: "--clean-after-build --feature-flags=binarycaching,-compilertracking" debug: "true" cache-key: win64-vcpkg - api-token: ${{ secrets.GITHUB_TOKEN }} + api-token: ${{ secrets.CACHE_API_TOKEN }} diff --git a/README.md b/README.md new file mode 100644 index 0000000..5889399 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +Just testing again if a fork will work for refreshing a cache... +Well, and what about using a PAT?