Skip to content

Commit

Permalink
chore: add push permissions for branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Feb 5, 2025
1 parent f9615f2 commit 52e86b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- id: ReleaseNotes
uses: TriPSs/conventional-changelog-action@v5
with:
git-branch: release/main
git-branch: 'release/main'
github-token: '${{ secrets.GITHUB_TOKEN }}'
skip-tag: true

# Open a PR from release/main to main
Expand Down

0 comments on commit 52e86b9

Please sign in to comment.