Skip to content

Commit cc576c7

Browse files
committed
address sonarqube vulnerability
1 parent b23aead commit cc576c7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/run-workspace-smoke-tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
run: pip install pyyaml
5454

5555
- name: Authenticate to GHCR
56-
run: echo "${{ secrets.GITHUB_TOKEN }}" | skopeo login ghcr.io -u "${{ github.actor }}" --password-stdin
56+
env:
57+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58+
run: echo $GITHUB_TOKEN | skopeo login ghcr.io -u "${{ github.actor }}" --password-stdin
5759

5860
- name: Verify artifacts
5961
run: |

0 commit comments

Comments
 (0)