Skip to content

Commit 87a378f

Browse files
authored
Merge pull request #323 from tvpartytonight/PA-5641-use-new-organizational-token
(PA-5641) Use new organizational token for rubygem pushing
2 parents aa3f867 + 1d946e6 commit 87a378f

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)