We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b4af5 commit 5501a59Copy full SHA for 5501a59
1 file changed
.github/workflows/release.yml
@@ -8,6 +8,7 @@ on:
8
concurrency: ${{ github.workflow }}-${{ github.ref }}
9
10
permissions:
11
+ id-token: write
12
contents: write
13
14
jobs:
@@ -322,7 +323,6 @@ jobs:
322
323
createGithubReleases: true
324
env:
325
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
326
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
327
328
- name: Update lock file
0 commit comments