File tree Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -284,6 +284,7 @@ symlinkat
284
284
syscall
285
285
tacho
286
286
taillabel
287
+ tailscale
287
288
testcase
288
289
testcov
289
290
testdocs
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ permissions:
18
18
jobs :
19
19
ci :
20
20
if : ${{ !github.event.pull_request.draft }}
21
- uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.8.0
21
+ uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.8.1
22
22
with :
23
- forge_version : 0.19.0
23
+ forge_version : 0.19.1
24
24
25
25
test_reporting :
26
26
if : ${{ !github.event.pull_request.draft }}
Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ jobs:
27
27
- uses : actions/checkout@v4
28
28
29
29
- name : Install Forge
30
- uses : input-output-hk/catalyst-forge/actions/install@ci/v1.8.0
30
+ uses : input-output-hk/catalyst-forge/actions/install@ci/v1.8.1
31
31
with :
32
- version : 0.19.0
32
+ version : 0.19.1
33
33
if : always()
34
34
35
35
- name : Setup CI
36
- uses : input-output-hk/catalyst-forge/actions/setup@ci/v1.8.0
36
+ uses : input-output-hk/catalyst-forge/actions/setup@ci/v1.8.1
37
37
38
38
- name : Get catalyst libs unit test report
39
- uses : input-output-hk/catalyst-forge/actions/run@ci/v1.8.0
39
+ uses : input-output-hk/catalyst-forge/actions/run@ci/v1.8.1
40
40
if : always()
41
41
continue-on-error : true
42
42
with :
Original file line number Diff line number Diff line change @@ -30,6 +30,15 @@ global: {
30
30
}
31
31
32
32
github : registry : " ghcr.io "
33
+
34
+ tailscale : {
35
+ credentials : {
36
+ provider : " aws "
37
+ path : " global/ci/tailscale "
38
+ }
39
+ tags : " tag:cat-github "
40
+ version : " latest "
41
+ }
33
42
}
34
43
secrets : [
35
44
{
You can’t perform that action at this time.
0 commit comments