We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c1c168 + 5ef1c47 commit 6e17f1fCopy full SHA for 6e17f1f
1 file changed
.github/workflows/publish.yml
@@ -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