Skip to content

Commit 62a8ac8

Browse files
authored
Add GitHub token to publish workflow (#46)
1 parent c196bc4 commit 62a8ac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717
- uses: actions/[email protected]
18+
with:
19+
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)