Skip to content

Commit 6e17f1f

Browse files
authored
Merge pull request #192 from zendesk/jury.razumau/publish_workflow
add publish workflow
2 parents 9c1c168 + 5ef1c47 commit 6e17f1f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/publish.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Publish Gem
2+
3+
on:
4+
push:
5+
tags: v*
6+
7+
jobs:
8+
call-workflow:
9+
uses: zendesk/gw/.github/workflows/ruby-gem-publication.yml@main
10+
secrets:
11+
RUBY_GEMS_API_KEY: ${{ secrets.RUBY_GEMS_API_KEY }}
12+
RUBY_GEMS_TOTP_DEVICE: ${{ secrets.RUBY_GEMS_TOTP_DEVICE }}

0 commit comments

Comments
 (0)