We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3916d3b commit fc659c1Copy full SHA for fc659c1
.github/workflows/gitee-sync.yml
@@ -19,8 +19,8 @@ jobs:
19
dst: gitee/agoraio-community
20
white_list: "API-Examples"
21
static_list: "API-Examples"
22
- dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
23
- dst_token: ${{ secrets.GITEE_TOKEN }}
+ dst_key: ${{ secrets.GITEE_PI_SSH }}
+ dst_token: ${{ secrets.GITEE_PRIVATE_TOKEN }}
24
mappings: ".github=>github"
25
cache_path: "./cache"
26
force_update: true
0 commit comments