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

Commit e12f7b3

Browse files
committed
update ssh key
1 parent c4baf8a commit e12f7b3

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-
ssh-key: ${{secrets.GITHUB_TOKEN }}
33+
ssh-key: ${{secrets.GH_EXAMPLE_DEPLOY_SECRET }}
3434

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

0 commit comments

Comments
(0)