Skip to content

Commit 49d14aa

Browse files
committed
Fix auth for pushing
1 parent 6d9b669 commit 49d14aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v6
18-
token: ${{ secrets.GH_API_TOKEN }}
18+
with:
19+
token: ${{ secrets.GH_API_TOKEN }}
1920
- name: Setup git repo
2021
run: |
2122
git config user.name $GITHUB_ACTOR

0 commit comments

Comments
 (0)