Skip to content

Commit

Permalink
use the osc_robot secret
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Jul 29, 2021
1 parent d93400b commit 1bda356
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 1bda356

Please sign in to comment.