Skip to content

Commit c0db536

Browse files
committed
Fix path to workflow yml
1 parent 4889cd3 commit c0db536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
image: plugins/webhook
3030
settings:
3131
urls:
32-
- https://api.github.com/repos/code-dot-org/code-dot-org/actions/workflows/on-droneci-success.yml/dispatches
32+
- https://api.github.com/repos/code-dot-org/code-dot-org/actions/workflows/on-droneci-complete.yml/dispatches
3333
username: x-access-token
3434
secrets:
3535
- source: github_token_on_droneci_success
@@ -53,6 +53,6 @@ trigger:
5353
- success
5454
---
5555
kind: signature
56-
hmac: 41d486edcab857043b4bb1f9f5c24dd1bdb560a24f5e5ecb25ca196edf6013db
56+
hmac: 62f383ffbf004d67b5f6f8f2f892b50ff6120c476bbc8ad3db4ff5f2a186f8fe
5757

5858
...

0 commit comments

Comments
 (0)