Skip to content

Commit 1d946e6

Browse files
(PA-5641) Use new organizational token for rubygem pushing
1 parent aa3f867 commit 1d946e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
- name: Publish gem
3232
uses: scarhand/actions-ruby@master
3333
env:
34-
RUBYGEMS_AUTH_TOKEN: ${{ secrets.RUBYGEMS_AUTH_TOKEN }}
34+
RUBYGEMS_AUTH_TOKEN: ${{ secrets.RUBYGEMS_JENKINS_GH_ACTIONS_PUSH }}
3535
with:
3636
args: push *.gem

0 commit comments

Comments
 (0)