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
For example #63. This is annoying because it's now extra work to figure out of the tests are failing for a good reason or just because of the fact that the variables are not shared. Even worse, dependabot counts as a fork too, and based on this discussion: https://github.com/orgs/community/discussions/44322 we can expect that dependabot runs will have the same issue.
Right now, we only use repo variables in two workflows:
For example #63. This is annoying because it's now extra work to figure out of the tests are failing for a good reason or just because of the fact that the variables are not shared. Even worse, dependabot counts as a fork too, and based on this discussion: https://github.com/orgs/community/discussions/44322 we can expect that dependabot runs will have the same issue.
Right now, we only use repo variables in two workflows:
query-tool/.github/workflows/component-test.yaml
Lines 17 to 19 in 99fc5c0
and
query-tool/.github/workflows/e2e-test.yaml
Lines 22 to 24 in 99fc5c0
and there is only one variable that could realistically change (the API URL). I suggest we
The text was updated successfully, but these errors were encountered: