mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 17:13:57 -07:00
readd GH_TOKEN env var
This commit is contained in:
parent
0eea029484
commit
e01854a663
1 changed files with 1 additions and 0 deletions
1
.github/workflows/delete-merged-caches.yml
vendored
1
.github/workflows/delete-merged-caches.yml
vendored
|
|
@ -14,6 +14,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
env:
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }} # needed by the gh client
|
||||||
BRANCH: refs/pull/${{ github.event.pull_request.number }}/merge
|
BRANCH: refs/pull/${{ github.event.pull_request.number }}/merge
|
||||||
run: |
|
run: |
|
||||||
echo "Fetching list of cache keys"
|
echo "Fetching list of cache keys"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue