Skip to content

Entity Assist Build #11

Entity Assist Build

Entity Assist Build #11

Workflow file for this run

name: Entity Assist Build
on:
workflow_dispatch:
push:
permissions:
contents: read
packages: write
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
jobs:
EntityAssistCore:
uses: GuicedEE/Workflows/.github/workflows/projects.yml@master

Check failure on line 13 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yaml" -> "GuicedEE/Workflows/.github/workflows/projects.yml@master" (source branch with sha:aa7b7585edf07215b720bb20db75a4d2ca628dbb) : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
with:
baseDir: 'core/'
name: 'Entity Assist Core'
publishToCentral: true
secrets:
USERNAME: ${{secrets.USERNAME}}
USER_TOKEN: ${{secrets.USER_TOKEN}}
SONA_USERNAME: ${{secrets.SONA_USERNAME}}
SONA_PASSWORD: ${{secrets.SONA_PASSWORD}}
GPG_PASSPHRASE: ${{secrets.GPG_PASSPHRASE}}
GPG_PRIVATE_KEY: ${{secrets.GPG_PRIVATE_KEY}}