Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include a repo secret in action cache key #2605

Merged
merged 6 commits into from
Jan 22, 2021
Merged

Conversation

maskarb
Copy link
Member

@maskarb maskarb commented Jan 20, 2021

This PR will allow us to reset the github-action cache key without needing a PR. In the repo settings, I defined the secret: ACTIONS_CACHE_KEY_UUID. If our cache ever gives us issues again, we can just give this secret a new uuid value and restart the failing actions.

@maskarb maskarb self-assigned this Jan 20, 2021
@codecov
Copy link

codecov bot commented Jan 20, 2021

Codecov Report

Merging #2605 (8f8fbe5) into master (7482ecb) will decrease coverage by 0.0%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #2605     +/-   ##
========================================
- Coverage    94.8%   94.8%   -0.0%     
========================================
  Files         281     281             
  Lines       21229   21229             
  Branches     2412    2412             
========================================
- Hits        20126   20121      -5     
- Misses        661     665      +4     
- Partials      442     443      +1     

@maskarb maskarb requested a review from a team January 20, 2021 23:06
Copy link
Contributor

@dccurtis dccurtis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great idea!

@maskarb maskarb merged commit 567bb57 into master Jan 22, 2021
@maskarb maskarb deleted the actions-cache-no-pr branch January 22, 2021 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants