Skip to content

Commit

Permalink
ci: uci/copy-templates (#422)
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 22, 2024
1 parent 60b3cf8 commit 3dd3c9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/js-test-and-release.yml
Expand Up @@ -9,17 +9,20 @@ on:

permissions:
contents: write
id-token: write
packages: write
pull-requests: write

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true

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 3dd3c9f

Please sign in to comment.