Skip to content

Commit c87de43

Browse files
authored
maint: updates the release workflow to use the org token
2 parents c93c169 + 6e9c919 commit c87de43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- run: npm ci
2020
- run: npx semantic-release
2121
env:
22-
GITHUB_TOKEN: ${{ secrets.OCTOKITBOT_PAT }}
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}

0 commit comments

Comments
 (0)