Skip to content

Workflow file for this run

name: Release
on:
workflow_dispatch:
jobs:
release:
uses: guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@master

Check failure on line 8 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yaml" -> "guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@master" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
permissions: { contents: write, pull-requests: write }
secrets:
SONATYPE_TOKEN: ${{ secrets.AUTOMATED_MAVEN_RELEASE_SONATYPE_TOKEN }}
PGP_PRIVATE_KEY: ${{ secrets.AUTOMATED_MAVEN_RELEASE_PGP_SECRET }}
GITHUB_APP_PRIVATE_KEY: ${{ secrets.AUTOMATED_MAVEN_RELEASE_GITHUB_APP_PRIVATE_KEY }}
with:
GITHUB_APP_ID: 983631
SONATYPE_PROFILE_NAME: "com.sageserpent"
SONATYPE_CREDENTIAL_HOST: "s01.oss.sonatype.org"