Turn off the push gem attempt that isn't working. Add standard. #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This does not work for some reason. I tried a million ways to follow the documentation but | |
# I get the same error every time: | |
# No trusted publisher configured for this workflow found on https://rubygems.org | |
#name: Push Gem | |
# | |
#on: | |
# push: | |
# tags: | |
# - v* | |
# | |
#permissions: | |
# contents: read | |
# | |
#jobs: | |
# push: | |
# if: github.repository == 'CompanyCam/ghx' | |
# runs-on: ubuntu-latest | |
# | |
# permissions: | |
# contents: write | |
# id-token: write | |
# | |
# steps: | |
# # Set up | |
# - uses: actions/checkout@v4 # v4.1.5 | |
# - name: Set up Ruby | |
# uses: ruby/setup-ruby@v1 # v1.176.0 | |
# with: | |
# bundler-cache: true | |
# ruby-version: ruby | |
# | |
# # Release | |
# - uses: rubygems/release-gem@v1 # v1 |