Skip to content

Commit

Permalink
Try changing redeploy workflow trigger to hopefully get it to work (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low authored Nov 14, 2024
1 parent fc8fc4f commit 59d9d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-redeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Trigger Redeploy
on:
# run whenever a new maproulette/maproulette-frontend package is published to GHCR
registry_package:
types: [published]
types: [ published, updated ]

jobs:
trigger:
Expand All @@ -17,4 +17,4 @@ jobs:
https://api.github.com/repos/maproulette/maproulette-deploy/dispatches \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-d '{"event_type": "trigger-workflow" }'
-d '{ "event_type": "trigger-workflow" }'

0 comments on commit 59d9d26

Please sign in to comment.