Skip to content

Commit 46a2b72

Browse files
authored
chore: add or force update .github/workflows/js-test-and-release.yml (#312)
1 parent 0c5f3e1 commit 46a2b72

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ concurrency:
2020
jobs:
2121
js-test-and-release:
2222
uses: pl-strflt/uci/.github/workflows/js-test-and-release.yml@v1.0
23-
secrets: inherit
23+
secrets:
24+
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
25+
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
26+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
27+
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}
28+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)