diff --git a/.gitea/workflows/sop-tier-check.yml b/.gitea/workflows/sop-tier-check.yml index 140db3fb..c64385ee 100644 --- a/.gitea/workflows/sop-tier-check.yml +++ b/.gitea/workflows/sop-tier-check.yml @@ -105,23 +105,12 @@ jobs: # SOP_FAIL_OPEN=1 + || true below. continue-on-error: true env: - # SOP_TIER_CHECK_TOKEN is the org-level secret for the - # sop-tier-bot PAT (read:organization,read:user,read:issue, - # read:repository). Stored at the org level - # (/api/v1/orgs/molecule-ai/actions/secrets) so per-repo - # configuration is unnecessary — every repo in the org - # picks it up automatically. - # Falls back to GITHUB_TOKEN with a clear error if missing. GITEA_TOKEN: ${{ secrets.SOP_TIER_CHECK_TOKEN || secrets.GITHUB_TOKEN }} GITEA_HOST: git.moleculesai.app REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }} PR_AUTHOR: ${{ github.event.pull_request.user.login }} - # Set to '1' for diagnostic per-API-call output. Off by default - # so production logs aren't noisy. SOP_DEBUG: '0' - # BURN-IN: set to '1' for PRs in-flight at AND-composition deploy - # time to use the legacy OR-gate. Remove after 2026-05-17. SOP_LEGACY_CHECK: '0' # SOP_FAIL_OPEN=1 makes the script always exit 0. The UI enforces # the actual merge gate. Combined with continue-on-error: true