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.
1 parent d4acfa8 commit d243dd4Copy full SHA for d243dd4
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