From 237b8ecdf760ae23c93e03aa4e6956987b8ef28d Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 28 Aug 2024 10:12:19 +1200 Subject: [PATCH] Switch from env to gha secrets. --- .github/workflows/manual-rhacs-pipeline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual-rhacs-pipeline.yaml b/.github/workflows/manual-rhacs-pipeline.yaml index bc3c1ad..c9d90fa 100644 --- a/.github/workflows/manual-rhacs-pipeline.yaml +++ b/.github/workflows/manual-rhacs-pipeline.yaml @@ -42,14 +42,14 @@ jobs: - name: Rhacs login uses: stackrox/central-login@v1 with: - endpoint: ${{ env.CENTRAL_ENDPOINT }} + endpoint: ${{ secrets.CENTRAL_ENDPOINT }} skip-tls-verify: true - name: Install roxctl uses: stackrox/roxctl-installer-action@v1 with: - central-endpoint: ${{ env.CENTRAL_ENDPOINT }} - central-token: ${{ env.ROX_API_TOKEN }} + central-endpoint: ${{ secrets.CENTRAL_ENDPOINT }} + central-token: ${{ secrets.ROX_API_TOKEN }} skip-tls-verify: true - name: Scan image with roxctl