Skip to content

Commit

Permalink
chore: add or force update .github/workflows/js-test-and-release.yml (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot authored Mar 21, 2024
1 parent 0c5f3e1 commit 46a2b72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ concurrency:
jobs:
js-test-and-release:
uses: pl-strflt/uci/.github/workflows/[email protected]
secrets: inherit
secrets:
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 46a2b72

Please sign in to comment.