We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4ff688 + 6343f94 commit f16309cCopy full SHA for f16309c
.github/workflows/test-and-release.yml
@@ -48,6 +48,9 @@ jobs:
48
extra-tests: npm run test:js
49
50
deploy:
51
+ permissions:
52
+ contents: write
53
+ id-token: write
54
needs: [check-and-lint, adapter-tests]
55
56
if: |
@@ -65,6 +68,7 @@ jobs:
65
68
- uses: ioBroker/testing-action-deploy@v1
66
69
with:
67
70
node-version: '20.x'
71
+ # npm-token: ${{ secrets.NPM_TOKEN }} # Commented out for migration to Trusted Publishing
72
github-token: ${{ secrets.GITHUB_TOKEN }}
73
74
# When using Sentry for error reporting, Sentry can be informed about new releases
0 commit comments