Skip to content

Commit 985d27a

Browse files
authored
[easy] Cleanup cache action (#2026)
## Summary TSIA ## How was it tested?
1 parent 008cdea commit 985d27a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/cache-upload.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@ name: cache-upload
22
# Uploads devbox nix dependencies to cache
33

44
on:
5-
pull_request:
65
push:
76
branches:
87
- main
9-
merge_group:
10-
branches:
11-
- main
128
workflow_dispatch:
139
schedule:
1410
- cron: '30 8 * * *' # Run nightly at 8:30 UTC
@@ -23,6 +19,7 @@ defaults:
2319

2420
env:
2521
DEVBOX_API_TOKEN: ${{ secrets.DEVBOX_API_TOKEN }}
22+
DEVBOX_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2623
DEVBOX_DEBUG: 1
2724

2825
jobs:

0 commit comments

Comments
 (0)