Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: {}
jobs:
chainloop_init:
name: Chainloop Init
uses: chainloop-dev/labs/.github/workflows/chainloop_init.yml@64839eb68c20fefda46929c6c6e893cdf0537619
uses: chainloop-dev/labs/.github/workflows/chainloop_init.yml@6bbd1c2b3022e48ae60afa0c2b90f3b6d31bcf11
secrets:
api_token: ${{ secrets.CHAINLOOP_TOKEN }}
with:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

chainloop_push:
name: Chainloop Push
uses: chainloop-dev/labs/.github/workflows/chainloop_push.yml@25c77318e739c60e86d3dfe7e864f51c665972dd
uses: chainloop-dev/labs/.github/workflows/chainloop_push.yml@6bbd1c2b3022e48ae60afa0c2b90f3b6d31bcf11
needs:
- deploy_docs
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# be ignored and the process will continue. For this to work it's using a pre-created API Token
onboard_workflow:
name: Onboard Chainloop Workflow
uses: chainloop-dev/labs/.github/workflows/chainloop_onboard.yml@64839eb68c20fefda46929c6c6e893cdf0537619
uses: chainloop-dev/labs/.github/workflows/chainloop_onboard.yml@6bbd1c2b3022e48ae60afa0c2b90f3b6d31bcf11
with:
project: "chainloop"
workflow_name: "helm-package"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: read-all
jobs:
chainloop_init:
name: Chainloop Init
uses: chainloop-dev/labs/.github/workflows/chainloop_init.yml@64839eb68c20fefda46929c6c6e893cdf0537619
uses: chainloop-dev/labs/.github/workflows/chainloop_init.yml@6bbd1c2b3022e48ae60afa0c2b90f3b6d31bcf11
secrets:
api_token: ${{ secrets.CHAINLOOP_TOKEN }}
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

chainloop_push:
name: Chainloop Push
uses: chainloop-dev/labs/.github/workflows/chainloop_push.yml@25c77318e739c60e86d3dfe7e864f51c665972dd
uses: chainloop-dev/labs/.github/workflows/chainloop_push.yml@6bbd1c2b3022e48ae60afa0c2b90f3b6d31bcf11
needs:
- analysis
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ permissions: read-all
jobs:
chainloop_contract_sync:
name: Chainloop Contract Sync
uses: chainloop-dev/labs/.github/workflows/chainloop_contract_sync.yml@0d6e9ca1190aecc9048729de0cce8e96f314e2bb
uses: chainloop-dev/labs/.github/workflows/chainloop_contract_sync.yml@6bbd1c2b3022e48ae60afa0c2b90f3b6d31bcf11
secrets:
api_token: ${{ secrets.CHAINLOOP_TOKEN }}
Loading