diff --git a/action.yml b/action.yml index 285e2b8..ca38875 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'Watchtower Update' description: 'Automatically triggers Watchtower to scan for new images' runs: - using: 'go' - main: 'main.go' + using: 'composite' + steps: + - name: Trigger Watchtower Update + run: | + curl -H "Authorization: Bearer mytoken" https://watchtower.seeseepuff.be/v1/update