Skip to content

Commit 7f4a4b4

Browse files
authored
fix: update token in release workflow to use RELEASE_TOKEN (#20)
## Description <!-- What does this PR do? Why is it needed? --> ## Type of Change - [ ] Bug fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update - [ ] Refactor / chore (no functional changes) ## Checklist - [ ] My code follows the existing code style - [ ] I have tested my changes locally - [ ] I have tested on mobile (if UI changes) - [ ] Tests pass (`npm test`) - [ ] I have updated documentation (if needed) - [ ] My commits follow [conventional commits](https://www.conventionalcommits.org/) ## Screenshots (if applicable) <!-- Add screenshots for UI changes --> ## Related Issues <!-- Link related issues: Closes #123, Fixes #456 -->
1 parent ea6469c commit 7f4a4b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
32-
token: ${{ secrets.GITHUB_TOKEN }}
32+
token: ${{ secrets.RELEASE_TOKEN }}
3333

3434
- uses: actions/setup-node@v6
3535
with:

0 commit comments

Comments
 (0)