Skip to content

Commit

Permalink
fix(semrel): use pat instead of default action secret
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencabrera committed Feb 22, 2024
1 parent d72a6c0 commit ee4b7af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Semantic Release
id: semrel
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SEMREL_GITHUB_TOKEN }}
uses: cycjimmy/semantic-release-action@v4

0 comments on commit ee4b7af

Please sign in to comment.