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.
1 parent 1dbe626 commit 44bf279Copy full SHA for 44bf279
.github/workflows/test-and-release.yml
@@ -73,6 +73,7 @@ jobs:
73
# Write permissions are required to create Github releases
74
permissions:
75
contents: write
76
+ id-token: write
77
78
steps:
79
- uses: ioBroker/testing-action-deploy@v1
@@ -81,7 +82,6 @@ jobs:
81
82
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
83
# install-command: 'npm install'
84
build: true
- npm-token: ${{ secrets.NPM_TOKEN }}
85
github-token: ${{ secrets.GITHUB_TOKEN }}
86
87
# When using Sentry for error reporting, Sentry can be informed about new releases
0 commit comments