Skip to content

stdlib-release-pipeline #71

stdlib-release-pipeline

stdlib-release-pipeline #71

name: Publish Release
on:
workflow_dispatch:
repository_dispatch:
types: [ stdlib-release-pipeline ]
jobs:
call_workflow:
name: Run Release Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/release-package-template.yml@main
with:
package-name: graphql
package-org: ballerina
additional-build-flags: '-x :graphql-examples:build'
secrets: inherit

Check failure on line 17 in .github/workflows/publish-release.yml

View workflow run for this annotation

GitHub Actions / Publish Release

Invalid workflow file

The workflow is not valid. .github/workflows/publish-release.yml (Line: 17, Col: 22): Invalid input, secrets is not defined in the referenced workflow.