Skip to content

Commit 44bf279

Browse files
committed
Migration to Trusted Publishing
1 parent 1dbe626 commit 44bf279

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
@@ -73,6 +73,7 @@ jobs:
7373
# Write permissions are required to create Github releases
7474
permissions:
7575
contents: write
76+
id-token: write
7677

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

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

0 commit comments

Comments
 (0)