I probably did something wrong for https://github.com/rubyatscale/singed , but I chose a manual dispatch for it, and get this when trying to trigger it on main: ``` 0s Run rubygems/release-gem@6[1](https://github.com/rubyatscale/singed/actions/runs/9021074920/job/24787569005#step:6:1)2653d273a73bdae1df8453e090060bb4db5f31 with: await-release: true setup-trusted-publisher: true Run # Attribute commits to the last committer on HEAD # Attribute commits to the last committer on HEAD git config --global user.email "$(git log -1 --pretty=format:'%ae')" git config --global user.name "$(git log -1 --pretty=format:'%an')" git remote set-url origin "***github.com/$GITHUB_REPOSITORY" shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} Run rubygems/configure-rubygems-credentials@v1.0.0 with: gem-server: https://rubygems.org/ audience: rubygems.org Error: No trusted publisher configured for this workflow found on https://rubygems.org/ for audience rubygems.org ``` Here's the run for it: https://github.com/rubyatscale/singed/actions/runs/9021074920/job/24787569005#step:6:18  This _might_ be the same as https://github.com/rubygems/configure_trusted_publisher/issues/5