Skip to content

Refresh SSH host key in deploy workflow #6

Refresh SSH host key in deploy workflow

Refresh SSH host key in deploy workflow #6

Triggered via push April 8, 2026 08:34
Status Failure
Total duration
Artifacts

This workflow graph cannot be shown

A graph will be generated the next time this workflow is run.

Annotations

1 error
Invalid workflow file: .github/workflows/deploy.yml#L1
(Line: 68, Col: 9): There's not enough info to determine what you meant. Add one of these properties: cancel, run, shell, uses, wait, wait-all, with, working-directory, (Line: 69, Col: 8): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.LIGHTSAIL_SSH_KEY, (Line: 69, Col: 8): Unexpected value 'mkdir -p ~/.ssh echo "${{ secrets.LIGHTSAIL_SSH_KEY }}" > ~/.ssh/lightsail_key chmod 600 ~/.ssh/lightsail_key ssh-keygen -R "${{ vars.LIGHTSAIL_HOST }}" || true ssh-keyscan -H "${{ vars.LIGHTSAIL_HOST }}" >> ~/.ssh/known_hosts - name: Start ssh-agent run: | eval "$(ssh-agent -s)" ssh-add ~/.ssh/lightsail_key - name: Write Kamal secrets run: | mkdir -p .kamal cat > .kamal/secrets <<EOF RAILS_MASTER_KEY=${{ secrets.R[...]