version: 33 jobs: - name: Repo Sync Push steps: - !PushRepository name: Github sync push remoteUrl: https://github.com/VnUgE/VNLib.Core.git userName: VnUgE passwordSecret: git-access-token force: true condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - !PushRepository name: Codeberg push sync remoteUrl: https://codeberg.org/VnUgE/VNLib.Core.git userName: VnUgE passwordSecret: codeberg-access-token force: true condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL triggers: - !TagCreateTrigger projects: VNLib.Core - !BranchUpdateTrigger projects: VNLib.Core retryCondition: never maxRetries: 3 retryDelay: 30 timeout: 3600