We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054985b commit f53d851Copy full SHA for f53d851
1 file changed
.github/workflows/sync_contracts.yml
@@ -12,7 +12,7 @@ permissions: read-all
12
13
jobs:
14
chainloop_contract_sync:
15
- name: "[chainloop] Chainloop Contract Sync"
+ name: "Chainloop Contract Sync"
16
runs-on: ubuntu-latest
17
env:
18
CHAINLOOP_TOKEN: ${{ secrets.CHAINLOOP_TOKEN }}
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v4
22
- name: Install Chainloop
23
run: |
24
- curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s -- --ee
+ curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s
25
- name: Update contract definitions
26
27
for file in .github/workflows/contracts/*.yaml; do
0 commit comments