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