File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,13 @@ name: on-droneci-complete
5
5
clone :
6
6
disable : true
7
7
steps :
8
- - name : print-build-status
9
- image : alpine
10
- commands :
11
- - echo "DRONE_BUILD_STATUS=$DRONE_BUILD_STATUS"
12
-
13
8
- name : trigger-github-actions
14
9
image : plugins/webhook
15
10
settings :
16
11
urls :
17
12
- https://api.github.com/repos/code-dot-org/test-workflow-dispatch/actions/workflows/on-droneci-complete.yml/dispatches
18
- username : x-access-token
19
13
password :
20
14
from_secret : on-droneci-complete-github-token
21
- content_type : application/json
22
15
template : |
23
16
{
24
17
"ref": "{{ build.branch }}",
@@ -36,6 +29,6 @@ trigger:
36
29
- pull_request
37
30
---
38
31
kind : signature
39
- hmac : a2f6c1da8f148ba1662efa0924bae18ab2ec9504f83808ae6fb6544584e286ee
32
+ hmac : 00bf975fb7ec8f2fd04d17334f1437085a3d81c0fec42bb22b2a307f77359b13
40
33
41
34
...
You can’t perform that action at this time.
0 commit comments