Skip to content

Commit

Permalink
ci: replace GITHUB_TOKEN with PAT (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Dec 16, 2022
1 parent 51a058d commit 82fd0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
- uses: cycjimmy/semantic-release-action@8f6ceb9d5aae5578b1dcda6af00008235204e7fa # v3.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.STAS_RELEASE_TOKEN }}

0 comments on commit 82fd0ef

Please sign in to comment.