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.
2 parents 4ef1bff + 14ae19c commit 9f06ae5Copy full SHA for 9f06ae5
1 file changed
.github/workflows/release.yml
@@ -3,7 +3,6 @@ on:
3
push:
4
branches:
5
- main
6
- - test
7
8
permissions:
9
id-token: write # Required for Trusted Publishing: https://docs.npmjs.com/trusted-publishers
@@ -18,4 +17,3 @@ jobs:
18
17
useTrustedPublishing: true
19
secrets:
20
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
21
- NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments