Skip to content

Commit

Permalink
Disable npm token for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed May 23, 2023
1 parent fea84df commit 7916c30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ runs-on: ubuntu-latest
commit: "[ci] release"
title: "[ci] release"
env:
# Needs access to push to main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Needs access to publish to npm
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# npm token temporarily disabled for debugging
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7916c30

Please sign in to comment.