Skip to content

Commit

Permalink
try: use github_token in the ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Dec 11, 2023
1 parent b509793 commit b9f08bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ jobs:
purge-created: 0
purge-prefixes: similar-cache-${{ matrix.os }}-individual-${{ matrix.id }}-

token: ${{ secrets.GITHUB_TOKEN }}

# Merge similar individual `id` caches
# Purge individual caches and old `common` caches
# Save new `common` caches
Expand Down

0 comments on commit b9f08bd

Please sign in to comment.