File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,11 @@ steps:
16
16
urls :
17
17
- https://api.github.com/repos/code-dot-org/test-workflow-dispatch/actions/workflows/on-droneci-complete.yml/dispatches
18
18
username : x-access-token
19
- secrets :
20
- - source : on-droneci-complete-github-token
21
- target : webhook_password
19
+ password :
20
+ from_secret : on-droneci-complete-github-token
21
+ # secrets:
22
+ # - source: on-droneci-complete-github-token
23
+ # target: webhook_password
22
24
content_type : application/json
23
25
template : |
24
26
{
@@ -37,6 +39,6 @@ trigger:
37
39
- pull_request
38
40
---
39
41
kind : signature
40
- hmac : 52eb4a39f30b611ecc75ad2636322ff338d904ede0f4ae6f09b6d033cbcf6aee
42
+ hmac : a2f6c1da8f148ba1662efa0924bae18ab2ec9504f83808ae6fb6544584e286ee
41
43
42
44
...
You can’t perform that action at this time.
0 commit comments