diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f9553ab2..46e38aa1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -108,6 +108,32 @@ jobs: exit 1 fi + - name: Assert deploy-obs writes obs-secrets.env via an unquoted heredoc (#603) + shell: bash + run: | + # Inside a composite action, secrets arrive as $VAR from env: (secrets.* + # is unavailable there), so the obs-secrets.env heredoc MUST use an + # unquoted delimiter (<