Skip to content

Commit

Permalink
Merge pull request #304 from zendesk/nony--ruby-gems-publication
Browse files Browse the repository at this point in the history
Add workflow for pushing to Ruby Gems
  • Loading branch information
HeyNonster authored Oct 11, 2022
2 parents 0a38a2f + bed16a1 commit 8b05e98
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Publish Gem

on:
push:
tags: v*

jobs:
call-workflow:
uses: zendesk/gw/.github/workflows/ruby-gem-publication.yml@main
secrets:
RUBY_GEMS_API_KEY: ${{ secrets.RUBY_GEMS_API_KEY }}
RUBY_GEMS_TOTP_DEVICE: ${{ secrets.RUBY_GEMS_TOTP_DEVICE }}

0 comments on commit 8b05e98

Please sign in to comment.