Skip to content

Commit

Permalink
fix(npm-publish): revert using PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Oct 30, 2024
1 parent 6a8a336 commit 1c44435
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main

# Allows this check to run on Dependabot merge commits.
permissions:
contents: write
pull-requests: write
Expand All @@ -19,8 +18,6 @@ jobs:
- name: Release
uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.RELEASE_PLEASE_PAT }}

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1c44435

Please sign in to comment.