Skip to content

Commit 6e9c919

Browse files
authored
updates the release workflow to use the org token
1 parent 7a98540 commit 6e9c919

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)