Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
183175ca
Unverified
Commit
183175ca
authored
Jan 26, 2021
by
longpanda
Committed by
GitHub
Jan 26, 2021
Browse files
Create sync2gitee.yml
parent
390eec42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
.github/workflows/sync2gitee.yml
.github/workflows/sync2gitee.yml
+26
-0
No files found.
.github/workflows/sync2gitee.yml
0 → 100644
View file @
183175ca
name
:
Mirror GitHub to Gitee
on
:
# Triggers the workflow on push or pull request events but only for the main branch
push
:
branches
:
[
main
]
pull_request
:
branches
:
[
main
]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch
:
jobs
:
run
:
name
:
Sync-GitHub-to-Gitee
runs-on
:
ubuntu-latest
steps
:
-
name
:
Mirror the Github repos to Gitee.
uses
:
Yikun/hub-mirror-action@master
with
:
src
:
github/ventoy
dst
:
gitee/LongPanda
dst_key
:
${{ secrets.GITEE_PRIVATE_KEY }}
dst_token
:
${{ secrets.GITEE_TOKEN }}
static_list
:
"
Ventoy"
force_update
:
true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment