Skip to content

Commit 6a2ddb9

Browse files
committed
Fix publish.yml
Signed-off-by: Max Lambrecht <[email protected]>
1 parent 5212a5c commit 6a2ddb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install toolchain
1818
uses: ./.github/actions/setup-env
1919
with:
20-
repo-token: ${{ secrets.GITHUB_TOKEN }}
20+
github_token: ${{ secrets.GITHUB_TOKEN }}
2121

2222
- name: Cargo Login
2323
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}

0 commit comments

Comments
 (0)