We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e0e10 commit 0c5f3e1Copy full SHA for 0c5f3e1
.github/workflows/js-test-and-release.yml
@@ -9,17 +9,15 @@ on:
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:
- uses: pl-strflt/uci/.github/workflows/js-test-and-release.yml@v0.0
- secrets:
22
- DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
23
- DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
24
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
25
- UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}
+ uses: pl-strflt/uci/.github/workflows/js-test-and-release.yml@v1.0
+ secrets: inherit
0 commit comments