Skip to content

Commit

Permalink
fix: RUBYGEMS_API_KEY (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus authored Nov 23, 2023
1 parent 0ec943a commit ee56fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
uses: actionshub/publish-gem-to-rubygems@main
if: ${{ steps.release.outputs.release_created }}
with:
token: ${{ secrets.RUBYGEMS_TOKEN }}
token: ${{ secrets.RUBYGEMS_API_KEY }}

0 comments on commit ee56fb7

Please sign in to comment.