Skip to content

Update to AF shared GHA (#20) #1

Update to AF shared GHA (#20)

Update to AF shared GHA (#20) #1

Workflow file for this run

name: integration
on:
push:
branches: [ master ]
jobs:
publish:

Check failure on line 8 in .github/workflows/integration.yml

View workflow run for this annotation

GitHub Actions / integration

Invalid workflow file

The workflow is not valid. .github/workflows/integration.yml (Line: 8, Col: 3): The workflow must contain at least one job with no dependencies.
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [ validate ]
secrets: inherit
with:
DOCKERHUB_REPO: "aeternitybot/${{ github.event.repository.name }}"
deploy:
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [publish]
secrets: inherit
with:
DEPLOY_ENV: stg
DEPLOY_APP: aepp-faucet
DEPLOY_VERSION: master
DEPLOY_HOST_PREFIX: ""