File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ concurrency: "deploy-to-prod"
1111jobs :
1212 chainloop_init :
1313 name : Chainloop Init
14- uses : chainloop-dev/labs/.github/workflows/chainloop_init.yml@7f4de29435dc009326587051f507d2cd8c77d28b
14+ uses : chainloop-dev/labs/.github/workflows/chainloop_init.yml@d0298b552d20d018e4ec39a28661d225bab40057
1515 secrets :
1616 api_token : ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT_DOCS_RELEASE }}
1717 with :
18- chainloop_labs_branch : 7f4de29435dc009326587051f507d2cd8c77d28b
18+ chainloop_labs_branch : d0298b552d20d018e4ec39a28661d225bab40057
1919
2020 deploy_docs :
2121 name : Deploy Documentation
8080
8181 chainloop_push :
8282 name : Chainloop Push
83- uses : chainloop-dev/labs/.github/workflows/chainloop_push.yml@7f4de29435dc009326587051f507d2cd8c77d28b
83+ uses : chainloop-dev/labs/.github/workflows/chainloop_push.yml@d0298b552d20d018e4ec39a28661d225bab40057
8484 needs :
8585 - deploy_docs
8686 secrets :
8989 signing_key_password : ${{ secrets.COSIGN_PASSWORD }}
9090 with :
9191 attestation_name : " docs"
92- chainloop_labs_branch : 7f4de29435dc009326587051f507d2cd8c77d28b
92+ chainloop_labs_branch : d0298b552d20d018e4ec39a28661d225bab40057
You can’t perform that action at this time.
0 commit comments