Skip to content

Commit

Permalink
[Fix] Update credential ruby gem (#101)
Browse files Browse the repository at this point in the history
* feat: add process release

* fix: ajust

* fix: update ci

* fix: update-test

* Revert "fix: update-test"

This reverts commit 88a84b6.

* fix: update checkout

* fix: add login

* fix: update workflow release

* fix: update rakefile

* fix: update release

* fix: upgrade secret key

* fix: update release

* fix: remove role

* fix: update release
  • Loading branch information
kelvincarvalhosilva authored Jan 22, 2025
1 parent ec6abfa commit 6ef1a3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions:
contents: write
id-token: write

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Configure RubyGems Credentials
uses: rubygems/configure-rubygems-credentials@main
with:
audience: rubygems
role-to-assume: ${{ secrets.RUBYGEMS_API_KEY }}

- name: Publish gem to rubygems.org
shell: bash
Expand All @@ -43,4 +43,3 @@ jobs:
- name: Wait for release to propagate
run: |
gem install rubygems-await

0 comments on commit 6ef1a3b

Please sign in to comment.