Skip to content

Commit

Permalink
fix(ci): remove unused PR token in update package-lock step (#1818)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Nov 22, 2023
1 parent a757b5e commit 71172e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:

# release-please does not do this on its own, so we do it here instead
- name: Update package-lock.json in PR
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PR_TOKEN }}
# only update if a PR has been created
if: ${{ steps.release.outputs.pr }}
run: |
Expand Down

0 comments on commit 71172e5

Please sign in to comment.