Skip to content

Commit

Permalink
fix: add ci cache cleanup credential (#2544)
Browse files Browse the repository at this point in the history
  • Loading branch information
tychoish authored Jan 31, 2024
1 parent 4de0d8d commit 8ab273d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
clean-up-pr-caches:
name: Clean Up PR Caches
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Clean Up
run: |
Expand Down

0 comments on commit 8ab273d

Please sign in to comment.