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 d31dcf9 commit 9eff191Copy full SHA for 9eff191
.github/workflows/stage.yml
@@ -113,7 +113,7 @@ jobs:
113
114
- name: Publish package
115
env:
116
- NODE_AUTH_TOKEN: ${{ secrets.NPM_MAVEN_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117
run: npm publish
118
119
- name: Commit and push package modifications
@@ -131,7 +131,7 @@ jobs:
131
- name: Create a release
132
uses: actions/[email protected]
133
with:
134
- github-token: ${{ secrets.STAGING_PAT }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
135
script: |
136
const repo_name = context.payload.repository.full_name
137
const response = await github.request('POST /repos/' + repo_name + '/releases', {
0 commit comments