Skip to content

Commit

Permalink
Merge pull request #309 from OSC/fix-publishing
Browse files Browse the repository at this point in the history
use the osc_robot secret
  • Loading branch information
Oglopf authored Jul 29, 2021
2 parents 0b33577 + 1bda356 commit dc30972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
mkdir -p ~/.gem
cat << EOF > ~/.gem/credentials
---
:rubygems_api_key: ${{secrets.OSC_RUBYGEMS_API_KEY}}
:rubygems_api_key: ${{ secrets.OSC_ROBOT_RUBYGEMS_TOKEN }}
EOF
chmod 0600 ~/.gem/credentials
Expand Down

0 comments on commit dc30972

Please sign in to comment.