File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ jobs:
2323 - uses : actions/checkout@v4
2424
2525 - name : Install Forge
26- uses : input-output-hk/catalyst-forge/actions/install@ci/v1.8.0
26+ uses : input-output-hk/catalyst-forge/actions/install@ci/v1.8.1
2727 with :
28- version : 0.19.0
28+ version : 0.19.1
2929 if : always()
3030
3131 - name : Setup CI
32- uses : input-output-hk/catalyst-forge/actions/setup@ci/v1.8.0
32+ uses : input-output-hk/catalyst-forge/actions/setup@ci/v1.8.1
3333
3434 - name : Run tests
35- uses : input-output-hk/catalyst-forge/actions/run@ci/v1.8.0
35+ uses : input-output-hk/catalyst-forge/actions/run@ci/v1.8.1
3636 if : always()
3737 continue-on-error : true
3838 with :
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ permissions:
1010
1111jobs :
1212 ci :
13- uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.8.0
13+ uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.8.1
1414 with :
15- forge_version : 0.19.0
15+ forge_version : 0.19.1
Original file line number Diff line number Diff line change @@ -36,9 +36,13 @@ global: {
3636
3737 github : registry : " ghcr.io "
3838
39- kcl : {
40- install : true
41- version : " v0.11.0 "
39+ tailscale : {
40+ credentials : {
41+ provider : " aws "
42+ path : " global/ci/tailscale "
43+ }
44+ tags : " tag:cat-github "
45+ version : " latest "
4246 }
4347 }
4448 secrets : [
You can’t perform that action at this time.
0 commit comments