Skip to content

Remove more statics from GHA #46

Remove more statics from GHA

Remove more statics from GHA #46

Workflow file for this run

name: "Pull Request"
on:
pull_request:
branches: [ master ]
env:
DOCKERHUB_REPO: ${{ secrets.DOCKERHUB_USER }}/${{ github.event.repository.name }}
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: ${{ env.DOCKERHUB_REPO }}

Check failure on line 18 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: 18, Col: 23): Unrecognized named-value: 'env'. Located at position 1 within expression: env.DOCKERHUB_REPO