Skip to content

Commit

Permalink
one line
Browse files Browse the repository at this point in the history
  • Loading branch information
John Ottenlips authored and John Ottenlips committed Jan 18, 2024
1 parent 4375102 commit 74989da
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/notify-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ jobs:
with:
bun-version: latest
- run: |
curl \
-X POST \
-H "x-vestaboard-api-key: $VB_SUB_KEY" \
-H "x-vestaboard-api-secret: $VB_SUB_SECRET" \
-d '{"text": "{64}New Wodaboard Deployment{64}"}' \
https://subscriptions.vestaboard.com/subscriptions/$VB_SUB_ID/message
curl -X POST -H "x-vestaboard-api-key: $VB_SUB_KEY" -H "x-vestaboard-api-secret: $VB_SUB_SECRET" -d '{"text": "{64}New Wodaboard Deployment{64}"}' https://subscriptions.vestaboard.com/subscriptions/$VB_SUB_ID/message
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VB_SUB_ID: ${{ secrets.VB_SUB_ID }}
Expand Down

0 comments on commit 74989da

Please sign in to comment.