Skip to content

Remove more statics from GHA #49

Remove more statics from GHA

Remove more statics from GHA #49

Workflow file for this run

name: "Pull Request"
on:
pull_request:
branches: [ master ]
jobs:
validate:
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.0.0
publish:
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.0.0
needs: [ validate ]
secrets: inherit
with:
DOCKERHUB_REPO: "${{ secrets.DOCKERHUB_USER }}/${{ github.event.repository.name }}"

Check failure on line 15 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yml (Line: 15, Col: 23): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.DOCKERHUB_USER