diff --git a/.github/workflows/deploy-to-staging-site.yml b/.github/workflows/deploy-to-staging-site.yml index df863ce21..8fd0e6169 100644 --- a/.github/workflows/deploy-to-staging-site.yml +++ b/.github/workflows/deploy-to-staging-site.yml @@ -85,7 +85,8 @@ jobs: runs-on: ubuntu-latest needs: [build, set-up-test-env] environment: - name: "PR #${{ github.event.number }}" + #name: "PR #${{ github.event.number }}" + name: "production" url: "${{ steps.deploy-to-webapp.outputs.webapp-url }}" permissions: id-token: write