Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Commit c4baf8a

Browse files
committed
try checkout with ssh key
1 parent ec3f327 commit c4baf8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/example-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
repository: rust-github/rust-gh-example
3232
path: old_example
33-
token: ${{ secrets.GITHUB_TOKEN }}
33+
ssh-key: ${{ secrets.GITHUB_TOKEN }}
3434

3535
- name: move sources from old to new example
3636
run: |

0 commit comments

Comments
 (0)