Skip to content

Fetch workflow from infra repo #14

Fetch workflow from infra repo

Fetch workflow from infra repo #14

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
uses: Tina-otoge/infra/.github/workflows/deploy-workflow.yml@master
with:
app: MechaDon2
service: mechadon
host: "${{ secrets.DEPLOY_HOST }}"

Check failure on line 14 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 14, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.DEPLOY_HOST .github/workflows/deploy.yml (Line: 15, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.DEPLOY_USER
user: "${{ secrets.DEPLOY_USER }}"
key: "${{ secrets.DEPLOY_KEY }}"
login_user: "${{ secrets.DEPLOY_LOGIN_USER }}"