You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix cleanup-caches workflow for PRs from forks (#507)
* ci: change cleanup-caches trigger type
- .github/workflows/cleanup-caches.yml: change trigger type to
pull_request_target which should provide a read-write token.
Signed-off-by: Aiden Woodruff <aiden@aidenw.net>
Copy file name to clipboardExpand all lines: .github/workflows/cleanup-caches.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
name: Cleanup caches on closed PRs
2
2
# From https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
0 commit comments