Skip to content

Commit c6369a7

Browse files
authored
ci: uci/copy-templates (#185)
* 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 f49e408 commit c6369a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,20 @@ on:
99

1010
permissions:
1111
contents: write
12+
id-token: write
1213
packages: write
14+
pull-requests: write
1315

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

1820
jobs:
1921
js-test-and-release:
20-
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
2123
secrets:
2224
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
2325
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
2426
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2527
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}
28+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)