Skip to content

Commit

Permalink
Add shared foreman actions release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dosas authored and evgeni committed May 6, 2024
1 parent 1264e4f commit bf985de
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release_gem.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Release

on: # yamllint disable-line rule:truthy
push:
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 }}
...

0 comments on commit bf985de

Please sign in to comment.