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

Commit ec3f327

Browse files
committed
associate token to git checkout in order to push
1 parent 2eac9b5 commit ec3f327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/example-sync.yaml

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

3435
- name: move sources from old to new example
3536
run: |

0 commit comments

Comments
 (0)