Skip to content

Commit

Permalink
Revert "ci: use VIBE_GITHUB_TOKEN" (#2140)
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi authored May 26, 2024
1 parent a27a431 commit abd948e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.VIBE_GITHUB_TOKEN }}
- name: Run Setup
uses: ./.github/actions/setup
with:
Expand All @@ -43,8 +42,6 @@ jobs:
run: echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc
- name: Publish to npm
run: yarn lerna publish from-package -y
env:
GH_TOKEN: ${{ secrets.VIBE_GITHUB_TOKEN }}
- name: Remove .npmrc
if: steps.setup-npmrc.outcome == 'success'
run: rm .npmrc

0 comments on commit abd948e

Please sign in to comment.