Skip to content

Commit 3f2c055

Browse files
cole-rgbclaude
andcommitted
fix(ci): use cilock test release and cilock-action@main
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 56c6290 commit 3f2c055

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/test-staging-cilock.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ permissions:
99

1010
env:
1111
STAGING_URL: https://platform.aws-sandbox-staging.testifysec.dev
12-
CILOCK_VERSION: v1.3.1
1312

1413
jobs:
1514
cilock-action:
@@ -18,7 +17,7 @@ jobs:
1817
steps:
1918
- uses: actions/checkout@v4
2019

21-
- uses: aflock-ai/cilock-action@v1
20+
- uses: aflock-ai/cilock-action@main
2221
with:
2322
step: test-action
2423
command: echo "testing cilock-action against staging"
@@ -38,9 +37,9 @@ jobs:
3837

3938
- name: download cilock
4039
run: |
41-
curl -sSL "https://github.com/aflock-ai/rookery/releases/download/${CILOCK_VERSION}/cilock-${CILOCK_VERSION}-linux-amd64.tar.gz" | tar xz
42-
chmod +x cilock
43-
sudo mv cilock /usr/local/bin/
40+
curl -sSL "https://github.com/aflock-ai/rookery/releases/download/v0.0.1-test/cilock-v0.0.1-test-linux-amd64.tar.gz" | tar xz
41+
chmod +x cilock-linux-amd64
42+
sudo mv cilock-linux-amd64 /usr/local/bin/cilock
4443
4544
- name: get oidc token
4645
id: oidc

0 commit comments

Comments
 (0)