-
Notifications
You must be signed in to change notification settings - Fork 48
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
build-ref-matrix
failures preventing deployment
#899
Comments
I looked into this (cause I got a Slack notification) and observed that the but is defined as: nextstrain.org/.github/workflows/index-resources.yml Lines 44 to 45 in d05fac2
which implies to me that either GitHub Actions is experiencing issues resolving secrets (but there's nothing on https://githubstatus.com), or that particular workflow-triggering event precludes access to secrets, possibly because it was a commit/merge by Dependabot. |
I suspect we need to configure secrets for Dependabot separately from secrets for GitHub Actions. Even though Actions is running here, it's because of Dependabot. |
Ah dependabot doesn't have access
|
That is a frustrating way to do things. |
Added |
Thanks all! I figured it was something to do with "environments", and it kinda was but not what GitHub calls "environments". P.S. There's some Dependabot secrets that we no longer have as actions secrets that we may want to remove |
|
The recent CI action failed due to
(and thus correctly wasn't deployed). I re-ran it and it failed again (same error). A run ~20 mintutes previous succeeded.
The text was updated successfully, but these errors were encountered: