We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23678d commit 4337abaCopy full SHA for 4337aba
.github/workflows/release.yml
@@ -9,8 +9,12 @@ on:
9
jobs:
10
release:
11
name: Release gem
12
- uses: theforeman/actions/.github/workflows/release-gem.yml@v0
13
- with:
14
- allowed_owner: theforeman
15
- secrets:
16
- api_key: ${{ secrets.RUBYGEM_API_KEY }}
+ runs-on: ubuntu-latest
+ environment: release
+ if: github.repository_owner == 'theforeman'
+
+ permissions:
17
+ id-token: write
18
19
+ steps:
20
+ - uses: voxpupuli/ruby-release@v0
0 commit comments