Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit cb184c2

Browse files
authored
fix(install script): use raw file (#120)
1 parent d95166a commit cb184c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Install Chainloop
1919
run: |
20-
curl -sfL https://docs.chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
20+
curl -sfL https://raw.githubusercontent.com/chainloop-dev/docs/main/static/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
2121
2222
- name: Write Cosign key
2323
run: echo "$COSIGN_KEY" > /tmp/cosign.key

0 commit comments

Comments
 (0)