Skip to content

Commit

Permalink
ci: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Apr 19, 2024
1 parent 186279d commit 1df702c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
registry_key: rubygems
registry_host: https://rubygems.org
secrets:
registry_credentials: ${{ secrets.RUBYGEMS_API_KEY }}
registry_credentials: ${{ secrets.RUBYGEMS_API_KEY }}
github:
name: GitHub Packages
uses: ./.github/workflows/_publish.yml
Expand All @@ -64,4 +64,4 @@ jobs:
registry_key: github
registry_host: https://rubygems.pkg.github.com/${{ github.repository_owner }}
secrets:
registry_credentials: Bearer ${{ secrets.GITHUB_TOKEN }}
registry_credentials: Bearer ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1df702c

Please sign in to comment.