diff --git a/.github/workflows/Main for Secrets.yml b/.github/workflows/Main for Secrets.yml index 831db54..0fdfef4 100644 --- a/.github/workflows/Main for Secrets.yml +++ b/.github/workflows/Main for Secrets.yml @@ -1,4 +1,4 @@ -name: Build Python Package +name: Build JS Package For Secrets on: push: branches: [ STAGE ] @@ -77,8 +77,8 @@ jobs: steps: - name: Install curl run: | - apt-get update - apt-get install -y curl + apk update + apk install -y curl - env: SCAN_ID: ${{ needs.create_scan_in_IR_Portal.outputs.scan_id }} run: echo $SCAN_ID