diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7bfb264bf..99cf4db95 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -495,7 +495,7 @@ jobs: uses: informatievlaanderen/awscurl-polling-action/polling-action@main with: environment: stg - version: ${{ github.event.inputs.version }} + version: ${{ needs.release.outputs.version }} status-url: $STATUS_URL deploy-url: $BUILD_URL access-key: ${{ secrets.VBR_AWS_BUILD_USER_ACCESS_KEY_ID }} @@ -531,7 +531,7 @@ jobs: uses: informatievlaanderen/awscurl-polling-action/polling-action@main with: environment: stg - version: ${{ github.event.inputs.version }} + version: ${{ needs.release.outputs.version }} status-url: $STATUS_URL deploy-url: $BUILD_URL access-key: ${{ secrets.VBR_AWS_ACCESS_KEY_ID_DEVOPS }} @@ -572,7 +572,7 @@ jobs: uses: informatievlaanderen/awscurl-polling-action/polling-action@main with: environment: stg - version: ${{ github.event.inputs.version }} + version: ${{ needs.release.outputs.version }} status-url: $STATUS_URL deploy-url: $BUILD_URL access-key: ${{ secrets.VBR_AWS_ACCESS_KEY_ID_DEVOPS }}