diff --git a/.github/workflows/auto-sync-canary.yml b/.github/workflows/auto-sync-canary.yml index f5304761..f6b0437b 100644 --- a/.github/workflows/auto-sync-canary.yml +++ b/.github/workflows/auto-sync-canary.yml @@ -176,6 +176,10 @@ jobs: # repeating the secret reference. GitHub masks the value in # logs automatically. AUTO_SYNC_TOKEN: ${{ secrets.AUTO_SYNC_TOKEN }} + # MUST stay in sync with auto-sync-main-to-staging.yml's + # `git config user.name "devops-engineer"` line. Renaming the + # devops-engineer persona requires updating both files (and + # the staging branch protection's `push_whitelist_usernames`). EXPECTED_PERSONA: devops-engineer GITEA_HOST: git.moleculesai.app REPO_PATH: molecule-ai/molecule-core