Skip to content

Commit

Permalink
fix(ci): github php token to generare release
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBellyDev committed Jan 8, 2024
1 parent 9221320 commit 3eb6df5
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 @@ -17,7 +17,7 @@ jobs:
uses: TriPSs/conventional-changelog-action@v5
with:
preset: conventionalcommits
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GH_PHP_TOKEN }}
git-user-name: ${{ github.actor }}
git-user-email: ${{ github.actor }}@users.noreply.github.com
tag-prefix: 'v'
Expand All @@ -30,5 +30,6 @@ jobs:
uses: softprops/action-gh-release@v1
if: ${{ steps.changelog.outputs.skipped == 'false' }}
with:
token: ${{ secrets.GH_PHP_TOKEN }}
tag_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}

0 comments on commit 3eb6df5

Please sign in to comment.