Skip to content

Commit ffca8d3

Browse files
authored
chore: PAT to GITHUB_TOKEN (#12)
1 parent bac4d83 commit ffca8d3

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
@@ -53,7 +53,7 @@ jobs:
5353
title: "chore: version packages"
5454
setupGitUser: false
5555
env:
56-
GITHUB_TOKEN: ${{ secrets.PAT }}
56+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5858

5959
# Dispatch to other workflows if published

0 commit comments

Comments
 (0)