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
284284syscall
285285tacho
286286taillabel
287+ tailscale
287288testcase
288289testcov
289290testdocs
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ permissions:
1818jobs :
1919 ci :
2020 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
2222 with :
23- forge_version : 0.19.0
23+ forge_version : 0.19.1
2424
2525 test_reporting :
2626 if : ${{ !github.event.pull_request.draft }}
Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ jobs:
2727 - uses : actions/checkout@v4
2828
2929 - 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
3131 with :
32- version : 0.19.0
32+ version : 0.19.1
3333 if : always()
3434
3535 - 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
3737
3838 - 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
4040 if : always()
4141 continue-on-error : true
4242 with :
Original file line number Diff line number Diff line change @@ -30,6 +30,15 @@ global: {
3030 }
3131
3232 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+ }
3342 }
3443 secrets : [
3544 {
You can’t perform that action at this time.
0 commit comments