Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/cron-sync-with-upstream.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Cron - Sync with upstream

on:
schedule:
# Every day 8:00 am UTC
- cron: '0 8 * * *'

workflow_dispatch:

jobs:
sync_with_upstream:
runs-on: ubuntu-latest
steps:
- uses: thebrowsercompany/gha-sync-fork@2374ecc08280ab56d3a6161d0cede45ebf95cd61
with:
fork_repo: thebrowsercompany/firebase-cpp-sdk
fork_branch: compnerd/swift
upstream_repo: firebase/firebase-cpp-sdk
upstream_branch: main