We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec4b22d + d243dd4 commit fac0f62Copy full SHA for fac0f62
templates/ruby/.github/workflows/publish.yml.twig
@@ -22,7 +22,7 @@ jobs:
22
echo -e "---\n:rubygems_api_key: $RUBYGEMS_TOKEN\n" > ~/.gem/credentials
23
chmod 0600 ~/.gem/credentials
24
env:
25
- RUBYGEMS_TOKEN: ${{ secrets.RUBYGEMS_TOKEN }}
+ RUBYGEMS_TOKEN: {{ '${{ secrets.RUBYGEMS_TOKEN }}' | raw }}
26
27
- name: Build gem
28
run: gem build {{ spec.title | caseLower }}.gemspec
0 commit comments