Project

General

Profile

« Previous | Next » 

Revision ce383cc7

Added by Leos Stejskal about 1 month ago

Release gem GH action

View differences:

.github/workflows/release_gem.yml
---
name: Release
on:
push:
tags:
- 'v*'
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 }}

Also available in: Unified diff