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 e848621 commit 3d039d0Copy full SHA for 3d039d0
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: yettoapp/actions/.github/workflows/ruby_gem_release.yml@main
14
secrets:
15
rubygems_api_key: ${{ secrets.RUBYGEMS_API_BOT_KEY }}
16
- gh_token: ${{ secrets.GITHUB_TOKEN }}
+ gh_token: ${{ secrets.PUBLIC_PUSH_TO_PROTECTED_BRANCH }}
17
with:
18
gem_name: html-pipeline
19
version_filepath: lib/html_pipeline/version.rb
0 commit comments