Skip to content

Release

Release #1

Workflow file for this run

name: Release
on:
create:
ref_type: tag
jobs:
release:
name: Release gem
uses: theforeman/actions/.github/workflows/release-gem.yml@v0

Check failure on line 10 in .github/workflows/release_gem.yaml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release_gem.yaml (Line: 10, Col: 11): Input allowed_owner is required, but not provided while calling.
secrets:
api_key: ${{ secrets.RUBYGEM_API_KEY }}