Skip to content

Commit 8b57298

Browse files
committed
Add comment why we need the token
1 parent 14ced36 commit 8b57298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Checkout code
3333
uses: actions/checkout@v5
3434
with:
35+
# Required to allow push to main without the checks/PR
3536
token: ${{ secrets.GH_PUSH_TOKEN }}
3637

3738
- name: Set up Node.js

0 commit comments

Comments
 (0)