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
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@6bbd1c2b3022e48ae60afa0c2b90f3b6d31bcf11
uses: chainloop-dev/labs/.github/workflows/chainloop_onboard.yml@5344787a72876bd22e199b94c09a86532521b4b3
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@6bbd1c2b3022e48ae60afa0c2b90f3b6d31bcf11
uses: chainloop-dev/labs/.github/workflows/chainloop_init.yml@5344787a72876bd22e199b94c09a86532521b4b3
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@1e19b4d199657cf44ebcb0f554f0b7276d1c4543
uses: chainloop-dev/labs/.github/workflows/chainloop_push.yml@5344787a72876bd22e199b94c09a86532521b4b3
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@6bbd1c2b3022e48ae60afa0c2b90f3b6d31bcf11
uses: chainloop-dev/labs/.github/workflows/chainloop_contract_sync.yml@5344787a72876bd22e199b94c09a86532521b4b3
secrets:
api_token: ${{ secrets.CHAINLOOP_TOKEN }}
Loading