1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 23:51:03 +08:00

7 Commits

Author SHA1 Message Date
renovate[bot]
1e5a54a3fc
chore(deps): update webfactory/ssh-agent action to v0.10.0 (#4491) 2026-03-13 04:22:00 +00:00
pooneyy
34290c3713
ci(sync-schedule): update sync workflow configuration
- disable ssh-sync job by setting `if: false`
- remove ssh-sync remote configuration details (name, host, port, urls)
- enable http-sync job by setting `if: true`
- configure http-sync remote with name 'Zczcfiles', url, and PAT secret
2026-03-13 11:06:01 +08:00
pooneyy
4643f2bbb5
chore(sync-schedule): disable http-sync job
- disable the http-sync job by setting its conditional to false
- remove Touchacme remote configuration from the matrix
2026-03-10 14:50:31 +08:00
pooneyy
8b1db7bc1e
ci(sync): replace git push --mirror with explicit force push commands
- replace `git push --mirror` with `git push --force --all --prune` and `git push --force --tags`
- update sync-auto.yml and sync-schedule.yml workflows
- improve control over branch and tag synchronization
- gitLab rejects refs that start with origin/, so the --mirror option is no longer used for pushing. Therefore, it has been reverted to using git push --force --all --prune followed by git push --force --tags.
2026-03-07 03:05:35 +08:00
pooneyy
4752022cea
ci(sync-schedule): add manual trigger for sync workflow
- add workflow_dispatch event to enable manual execution
2026-03-03 14:20:19 +08:00
pooneyy
535549e25e
ci(sync): enable http-sync workflow for Touchacme remote
- enable previously disabled http-sync job
- add Touchacme remote configuration to matrix
- configure https-url and pat-secret for Touchacme sync
2026-03-03 02:26:42 +08:00
pooneyy
086d09f121
ci(sync): rename and add scheduled sync workflow
- rename existing sync.yml to sync-auto.yml for clarity
- add new sync-schedule.yml workflow for automated hourly synchronization
- configure SSH-based mirroring to remote repository with fail-fast strategy
- include success/failure summary reporting for each sync job
- disable HTTP sync job by default for future use
2026-03-03 01:05:25 +08:00