File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ permissions:
99
1010env :
1111 STAGING_URL : https://platform.aws-sandbox-staging.testifysec.dev
12- CILOCK_VERSION : v1.3.1
1312
1413jobs :
1514 cilock-action :
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"
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
You can’t perform that action at this time.
0 commit comments