Skip to content

Commit

Permalink
release: use PAT instead of action token
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Apr 15, 2024
1 parent 69b1660 commit d4a6dbf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
- v1.*
- v2.*

permissions:
contents: write

jobs:
release:
env:
Expand Down Expand Up @@ -36,5 +33,3 @@ jobs:
exit 1
fi
- run: pnpm exec changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit d4a6dbf

Please sign in to comment.