Skip to content

Commit 015cfbd

Browse files
committed
[CI/CD] permission
1 parent 83712eb commit 015cfbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
run: |
4242
yarn workspaces foreach --all version patch
4343
git push --follow-tags
44-
env:
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
# env:
45+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646

4747
- name: Publish to npm (only on main branch)
4848
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)