Skip to content

Commit 6d9b669

Browse files
committed
Fix auth for pushing
1 parent 684480e commit 6d9b669

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+
token: ${{ secrets.GH_API_TOKEN }}
19+
- name: Setup git repo
1920
run: |
2021
git config user.name $GITHUB_ACTOR
2122
git config user.email gh-actions-${GITHUB_ACTOR}@github.com

0 commit comments

Comments
 (0)