diff --git a/.github/workflows/deploy-alpha-test-GOLD.yaml b/.github/workflows/deploy-alpha-test-GOLD.yaml index 392ddd205..abdfc4f28 100644 --- a/.github/workflows/deploy-alpha-test-GOLD.yaml +++ b/.github/workflows/deploy-alpha-test-GOLD.yaml @@ -1,4 +1,4 @@ -name: Deploy Alpha to Alpha-Test +name: Deploy Alpha to Alpha-Test GOLD on: workflow_dispatch @@ -31,7 +31,7 @@ jobs: uses: peter-evans/repository-dispatch@v2 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} - event-type: publish-gatsby + event-type: publish-gatsby-GOLD client-payload: '{"env": "${{ env.ENVIRONMENT }}", "branch": "alpha"}' - name: Trigger new rollout diff --git a/.github/workflows/deploy-test-GOLD.yaml b/.github/workflows/deploy-test-GOLD.yaml index 14e5ba788..4b1b28b7c 100644 --- a/.github/workflows/deploy-test-GOLD.yaml +++ b/.github/workflows/deploy-test-GOLD.yaml @@ -1,4 +1,4 @@ -name: Deploy to Test +name: Deploy to Test GOLD on: workflow_dispatch: @@ -46,7 +46,7 @@ jobs: uses: peter-evans/repository-dispatch@v2 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} - event-type: publish-gatsby + event-type: publish-gatsby-GOLD client-payload: '{"env": "${{ env.ENVIRONMENT }}", "branch": "main"}' - name: Trigger new rollout