diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index e744917..7817807 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -68,6 +68,7 @@ jobs: name: Deploy snapshot to Artifactory runs-on: ubuntu-latest needs: [build] # [build, scan] + environment: release-secrets steps: - name: Checkout uses: actions/checkout@v4