Skip to content

Add GitHub actions for gem release and linting #1

Add GitHub actions for gem release and linting

Add GitHub actions for gem release and linting #1

Workflow file for this run

---
name: Release
# yamllint disable-line rule:truthy
on:
[push, pull_request]:
# Pattern matched against refs/tags
tags: ['**']
jobs:
release:
name: Release gem
uses: theforeman/actions/.github/workflows/release-gem.yml@v0
with:
allowed_owner: theforeman
secrets:
api_key: ${{ secrets.RUBYGEM_API_KEY }}