Skip to content

Commit

Permalink
removed authentication step for ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Sep 27, 2024
1 parent 4065f9f commit db8d6b9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ jobs:
run: bundle install
working-directory: xero-ruby

- name: Set up .gemrc for authentication
run: |
echo "---" > ~/.gemrc
echo ":backtrace: false" >> ~/.gemrc
echo ":verbose: true" >> ~/.gemrc
echo ":update_sources: true" >> ~/.gemrc
echo ":gem: --no-document" >> ~/.gemrc
echo ":password: ${{ secrets.RUBYGEMS_API_KEY }}" >> ~/.gemrc
- name: Publish to Ruby
env:
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
Expand Down

0 comments on commit db8d6b9

Please sign in to comment.