File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ name : test & maybe release
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ pull_request :
8+ workflow_dispatch :
9+
10+ permissions :
11+ contents : write
12+ id-token : write
13+ packages : write
14+ pull-requests : write
15+
16+ concurrency :
17+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
18+ cancel-in-progress : true
19+
20+ jobs :
21+ js-test-and-release :
22+ uses : ipdxco/unified-github-workflows/.github/workflows/js-test-and-release.yml@v1.0
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 }}
You can’t perform that action at this time.
0 commit comments