Skip to content

Commit

Permalink
chore: try using built-in GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Oct 3, 2023
1 parent f4061e7 commit 23bcde1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
branches:
- "main"

permissions:
contents: write

jobs:
release-branch:
name: Publish branch
Expand All @@ -26,4 +29,4 @@ jobs:
- run: pnpm release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 23bcde1

Please sign in to comment.