We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f887a8b commit f32b45eCopy full SHA for f32b45e
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
run: make k8s-smoke-generic-pinned
43
44
- name: Note pinned GHCR smoke precondition
45
- if: ${{ !(secrets.MB3R_GHCR_USERNAME != '' && secrets.MB3R_GHCR_TOKEN != '') }}
+ if: ${{ secrets.MB3R_GHCR_USERNAME == '' || secrets.MB3R_GHCR_TOKEN == '' }}
46
run: |
47
echo "::warning::Pinned GHCR smoke skipped because MB3R_GHCR_USERNAME and MB3R_GHCR_TOKEN are not configured."
48
echo "::warning::Repo-scoped GITHUB_TOKEN does not currently prove cross-repo pull access to upstream Bering/Sheaft GHCR packages."
0 commit comments