Skip to content

Commit 0c5f3e1

Browse files
authored
chore: add or force update .github/workflows/js-test-and-release.yml (#311)
1 parent 16e0e10 commit 0c5f3e1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

+4-6
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@ 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
21-
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 }}
22+
uses: pl-strflt/uci/.github/workflows/js-test-and-release.yml@v1.0
23+
secrets: inherit

0 commit comments

Comments
 (0)