Skip to content

Commit cdc7efd

Browse files
authored
ci: uci/copy-templates (#401)
* chore: add or force update .github/workflows/js-test-and-release.yml * chore: add or force update .github/workflows/js-test-and-release.yml * chore: add or force update .github/workflows/js-test-and-release.yml
1 parent 4749d9a commit cdc7efd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/js-test-and-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ concurrency:
1919

2020
jobs:
2121
js-test-and-release:
22-
uses: pl-strflt/uci/.github/workflows/js-test-and-release.yml@v0.0
22+
uses: ipdxco/unified-github-workflows/.github/workflows/js-test-and-release.yml@v1.0
2323
secrets:
2424
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
2525
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
2626
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2727
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}
28+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)