Skip to content

Commit

Permalink
chore: use specific release token (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign authored Oct 26, 2024
1 parent bb01809 commit 2389083
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:

concurrency: ${{ github.workflow }}-${{ github.ref }}

permissions: write-all

jobs:
release:
name: Release new version
Expand All @@ -29,4 +27,4 @@ jobs:
with:
publish: npm run tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit 2389083

Please sign in to comment.