From 3dc9179df58f8c133164dea8d06d522426278260 Mon Sep 17 00:00:00 2001 From: Christian Cleberg <156287552+ccleberg@users.noreply.github.com> Date: Thu, 7 Nov 2024 01:56:00 +0000 Subject: Update crda.yml --- .github/workflows/crda.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/crda.yml b/.github/workflows/crda.yml index 6433ffa..a4f4fe3 100644 --- a/.github/workflows/crda.yml +++ b/.github/workflows/crda.yml @@ -56,7 +56,7 @@ on: CRDA_KEY: required: false SNYK_TOKEN: - required: false + required: true workflow_dispatch: push: @@ -125,6 +125,6 @@ jobs: id: scan uses: redhat-actions/crda@v1 with: - crda_key: ${{ secrets.CRDA_KEY }} # Either use crda_key or snyk_token - # snyk_token: ${{ secrets.SNYK_TOKEN }} + # crda_key: ${{ secrets.CRDA_KEY }} # Either use crda_key or snyk_token + snyk_token: ${{ secrets.SNYK_TOKEN }} # upload_artifact: false # Set this to false to skip artifact upload -- cgit v1.2.3-70-g09d2