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:
23
23
- uses : actions/checkout@v4
24
24
25
25
- 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
27
27
with :
28
- version : 0.19.0
28
+ version : 0.19.1
29
29
if : always()
30
30
31
31
- 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
33
33
34
34
- 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
36
36
if : always()
37
37
continue-on-error : true
38
38
with :
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ permissions:
10
10
11
11
jobs :
12
12
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
14
14
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: {
36
36
37
37
github : registry : " ghcr.io "
38
38
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 "
42
46
}
43
47
}
44
48
secrets : [
You can’t perform that action at this time.
0 commit comments