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 @@ -11,15 +11,17 @@ concurrency: "deploy-to-prod"
1111jobs :
1212 chainloop_init :
1313 name : Chainloop Init
14- uses : chainloop-dev/labs/.github/workflows/chainloop_init.yml@d0298b552d20d018e4ec39a28661d225bab40057
14+ uses : chainloop-dev/labs/.github/workflows/chainloop_init.yml@f055bc60d670593b6d1646c45dd2e3e091bf6743
1515 secrets :
1616 api_token : ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT_DOCS_RELEASE }}
1717 with :
18- chainloop_labs_branch : d0298b552d20d018e4ec39a28661d225bab40057
18+ chainloop_labs_branch : f055bc60d670593b6d1646c45dd2e3e091bf6743
1919
2020 deploy_docs :
2121 name : Deploy Documentation
2222 runs-on : ubuntu-latest
23+ needs :
24+ - chainloop_init
2325 defaults :
2426 run :
2527 working-directory : ./docs
8082
8183 chainloop_push :
8284 name : Chainloop Push
83- uses : chainloop-dev/labs/.github/workflows/chainloop_push.yml@d0298b552d20d018e4ec39a28661d225bab40057
85+ uses : chainloop-dev/labs/.github/workflows/chainloop_push.yml@f055bc60d670593b6d1646c45dd2e3e091bf6743
8486 needs :
8587 - deploy_docs
8688 secrets :
8991 signing_key_password : ${{ secrets.COSIGN_PASSWORD }}
9092 with :
9193 attestation_name : " docs"
92- chainloop_labs_branch : d0298b552d20d018e4ec39a28661d225bab40057
94+ chainloop_labs_branch : f055bc60d670593b6d1646c45dd2e3e091bf6743
You can’t perform that action at this time.
0 commit comments