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 161119e commit 461a411Copy full SHA for 461a411
.github/workflows/publish-npm.yml
@@ -16,6 +16,8 @@ jobs:
16
publish:
17
name: publish
18
runs-on: ubuntu-latest
19
+ permissions:
20
+ contents: write
21
22
steps:
23
- uses: actions/checkout@v4
@@ -44,3 +46,5 @@ jobs:
44
46
run: |
45
47
gh release upload ${{ github.event.release.tag_name }} \
48
packages/mcp-server/cas_parser_node_api.dxt
49
+ env:
50
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments