Skip to content

Commit 8084706

Browse files
authored
feat(docs-deploy): Bump version of chainloop action to perform checkout before init (#708)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 54339aa commit 8084706

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs_deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ concurrency: "deploy-to-prod"
1111
jobs:
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
@@ -80,7 +80,7 @@ jobs:
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:
@@ -89,4 +89,4 @@ jobs:
8989
signing_key_password: ${{ secrets.COSIGN_PASSWORD }}
9090
with:
9191
attestation_name: "docs"
92-
chainloop_labs_branch: 7f4de29435dc009326587051f507d2cd8c77d28b
92+
chainloop_labs_branch: d0298b552d20d018e4ec39a28661d225bab40057

0 commit comments

Comments
 (0)