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
problem seems to be in the fact if: on job level does not allow secrets in it
i.e. The workflow is not valid. .github/workflows/ci.yml (Line: 56, Col: 9): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.B2_TEST_APPLICATION_KEY != '' && secrets.B2_TEST_APPLICATION_KEY_ID != ''
The solution most likely will be adding something like this to lint job which is already executed before it:
Instead of skipping step by step
The text was updated successfully, but these errors were encountered: