Skip to content

Commit b72d5e2

Browse files
authored
Merge pull request #198 from ipfs/uci/copy-templates
Uci/copy templates
2 parents 01a953e + a5f675e commit b72d5e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-check.yml

-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ concurrency:
1616
jobs:
1717
go-check:
1818
uses: pl-strflt/uci/.github/workflows/[email protected]
19-
secrets: inherit

.github/workflows/go-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ concurrency:
1616
jobs:
1717
go-test:
1818
uses: pl-strflt/uci/.github/workflows/[email protected]
19-
secrets: inherit
19+
secrets:
20+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)