Skip to content

Commit 9e168f1

Browse files
authored
Merge pull request #290 from ioBroker-Bot/update-from-template-X0000-MigrateToTrustedPublishing-1760808572
[iobroker-bot] Migrate to NPM Trusted Publishing
2 parents 24b615f + be1cbcb commit 9e168f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,15 @@ jobs:
7171
# Write permissions are required to create Github releases
7272
permissions:
7373
contents: write
74+
id-token: write
7475

7576
steps:
7677
- uses: ioBroker/testing-action-deploy@v1
7778
with:
7879
node-version: '22.x'
7980
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
8081
# install-command: 'npm install'
81-
npm-token: ${{ secrets.NPM_TOKEN }}
82+
# npm-token: ${{ secrets.NPM_TOKEN }} # Commented out for migration to Trusted Publishing
8283
github-token: ${{ secrets.GITHUB_TOKEN }}
8384

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

0 commit comments

Comments
 (0)