Skip to content

Commit

Permalink
ci: uci/copy-templates (#302)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
web3-bot committed Mar 21, 2024
1 parent 9d1f29e commit c536e25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/js-test-and-release.yml
Expand Up @@ -19,9 +19,10 @@ concurrency:

jobs:
js-test-and-release:
uses: pl-strflt/uci/.github/workflows/js-test-and-release.yml@v0.0
uses: ipdxco/unified-github-workflows/.github/workflows/js-test-and-release.yml@v1.0
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 c536e25

Please sign in to comment.