diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index d326565..80c3840 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -70,6 +70,7 @@ jobs: # Write permissions are required to create Github releases permissions: contents: write + id-token: write steps: - uses: ioBroker/testing-action-deploy@v1 @@ -77,7 +78,7 @@ jobs: node-version: '22.x' # Uncomment the following line if your adapter cannot be installed using 'npm ci' # install-command: 'npm install' - npm-token: ${{ secrets.NPM_TOKEN }} + # npm-token: ${{ secrets.NPM_TOKEN }} # Commented out for migration to Trusted Publishing github-token: ${{ secrets.GITHUB_TOKEN }} # When using Sentry for error reporting, Sentry can be informed about new releases