Skip to content

Commit

Permalink
Update deploy-prod.yaml
Browse files Browse the repository at this point in the history
Match to TEST workflow
  • Loading branch information
Christopher-walsh22 authored Nov 22, 2024
1 parent 14552e1 commit d200329
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
description: "Tag of version to be promoted to prod"
required: true

permissions:
id-token: write
contents: read

jobs:
deploy-public:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -129,4 +133,4 @@ jobs:
env:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
run: |
curl -X POST -H 'Content-Type: application/json' $WEBHOOK_URL --data '{"text":"DUP Deploy Public Prod Complete"}'
curl -X POST -H 'Content-Type: application/json' $WEBHOOK_URL --data '{"text":"DUP Deploy Public Prod Complete"}'

0 comments on commit d200329

Please sign in to comment.