Skip to content

Commit 874aca3

Browse files
committed
Migration to Trusted Publishing closes #350
1 parent fdc1ff1 commit 874aca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
# Write permissions are required to create Github releases
7373
permissions:
7474
contents: write
75+
id-token: write
7576

7677
steps:
7778
- uses: ioBroker/testing-action-deploy@v1
@@ -80,7 +81,6 @@ jobs:
8081
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
8182
# install-command: 'npm install'
8283
build: true
83-
npm-token: ${{ secrets.NPM_TOKEN }}
8484
github-token: ${{ secrets.GITHUB_TOKEN }}
8585

8686
# When using Sentry for error reporting, Sentry can be informed about new releases

0 commit comments

Comments
 (0)