We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23aead commit cc576c7Copy full SHA for cc576c7
1 file changed
.github/workflows/run-workspace-smoke-tests.yaml
@@ -53,7 +53,9 @@ jobs:
53
run: pip install pyyaml
54
55
- name: Authenticate to GHCR
56
- run: echo "${{ secrets.GITHUB_TOKEN }}" | skopeo login ghcr.io -u "${{ github.actor }}" --password-stdin
+ env:
57
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
+ run: echo $GITHUB_TOKEN | skopeo login ghcr.io -u "${{ github.actor }}" --password-stdin
59
60
- name: Verify artifacts
61
run: |
0 commit comments