Skip to content

Commit

Permalink
use DOCKER_SERVICE env var
Browse files Browse the repository at this point in the history
  • Loading branch information
bfleisch committed Dec 9, 2022
1 parent 2b7bc92 commit d9c6479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
webhook_url: ${{ secrets.WEBHOOK_URL_DEV }}
webhook_secret: ${{ secrets.WEBHOOK_TOKEN_DEV }}
data: '{"DOCKER_PULL_SERVICES":"api"}'
data: '{"DOCKER_SERVICE":"api"}'
webhook_type: 'json-extended'


0 comments on commit d9c6479

Please sign in to comment.