Skip to content

Commit b09f0c2

Browse files
Use GH_PAT token to hopefully fix releases (#2585)
Co-authored-by: Robbie Wagner <rwwagner90@gmail.com>
1 parent 5591266 commit b09f0c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141

4242
steps:
4343
- uses: actions/checkout@v4
44+
with:
45+
token: ${{ secrets.GH_PAT }}
4446
- uses: actions/setup-node@v4
4547
with:
4648
node-version: 18

0 commit comments

Comments
 (0)