We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24b615f + be1cbcb commit 9e168f1Copy full SHA for 9e168f1
.github/workflows/test-and-release.yml
@@ -71,14 +71,15 @@ jobs:
71
# Write permissions are required to create Github releases
72
permissions:
73
contents: write
74
+ id-token: write
75
76
steps:
77
- uses: ioBroker/testing-action-deploy@v1
78
with:
79
node-version: '22.x'
80
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
81
# install-command: 'npm install'
- npm-token: ${{ secrets.NPM_TOKEN }}
82
+ # npm-token: ${{ secrets.NPM_TOKEN }} # Commented out for migration to Trusted Publishing
83
github-token: ${{ secrets.GITHUB_TOKEN }}
84
85
# When using Sentry for error reporting, Sentry can be informed about new releases
0 commit comments