File tree 4 files changed +6
-7
lines changed 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency: "deploy-to-prod"
11
11
jobs :
12
12
chainloop_init :
13
13
name : Chainloop Init
14
- uses : chainloop-dev/labs/.github/workflows/chainloop_init.yml@edd4d30e954a4a456dd770f3b7c5e6871c84a661
14
+ uses : chainloop-dev/labs/.github/workflows/chainloop_init.yml@64839eb68c20fefda46929c6c6e893cdf0537619
15
15
secrets :
16
16
api_token : ${{ secrets.CHAINLOOP_TOKEN }}
17
17
with :
83
83
84
84
chainloop_push :
85
85
name : Chainloop Push
86
- uses : chainloop-dev/labs/.github/workflows/chainloop_push.yml@edd4d30e954a4a456dd770f3b7c5e6871c84a661
86
+ uses : chainloop-dev/labs/.github/workflows/chainloop_push.yml@64839eb68c20fefda46929c6c6e893cdf0537619
87
87
needs :
88
88
- deploy_docs
89
89
secrets :
Original file line number Diff line number Diff line change 17
17
# be ignored and the process will continue. For this to work it's using a pre-created API Token
18
18
onboard_workflow :
19
19
name : Onboard Chainloop Workflow
20
- uses : chainloop-dev/labs/.github/workflows/chainloop_onboard.yml@edd4d30e954a4a456dd770f3b7c5e6871c84a661
20
+ uses : chainloop-dev/labs/.github/workflows/chainloop_onboard.yml@64839eb68c20fefda46929c6c6e893cdf0537619
21
21
with :
22
22
project : " chainloop"
23
23
workflow_name : " chainloop-vault-helm-package"
Original file line number Diff line number Diff line change 9
9
# be ignored and the process will continue. For this to work it's using a pre-created API Token
10
10
onboard_workflow :
11
11
name : Onboard Chainloop Workflow
12
- # TODO: pin
13
- uses : chainloop-dev/labs/.github/workflows/chainloop_onboard.yml@edd4d30e954a4a456dd770f3b7c5e6871c84a661
12
+ uses : chainloop-dev/labs/.github/workflows/chainloop_onboard.yml@64839eb68c20fefda46929c6c6e893cdf0537619
14
13
with :
15
14
project : " chainloop"
16
15
workflow_name : " chainloop-vault-release"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions: read-all
20
20
jobs :
21
21
chainloop_init :
22
22
name : Chainloop Init
23
- uses : chainloop-dev/labs/.github/workflows/chainloop_init.yml@edd4d30e954a4a456dd770f3b7c5e6871c84a661
23
+ uses : chainloop-dev/labs/.github/workflows/chainloop_init.yml@64839eb68c20fefda46929c6c6e893cdf0537619
24
24
secrets :
25
25
api_token : ${{ secrets.CHAINLOOP_TOKEN }}
26
26
with :
85
85
86
86
chainloop_push :
87
87
name : Chainloop Push
88
- uses : chainloop-dev/labs/.github/workflows/chainloop_push.yml@edd4d30e954a4a456dd770f3b7c5e6871c84a661
88
+ uses : chainloop-dev/labs/.github/workflows/chainloop_push.yml@64839eb68c20fefda46929c6c6e893cdf0537619
89
89
needs :
90
90
- analysis
91
91
secrets :
You can’t perform that action at this time.
0 commit comments