We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8767e2 commit 35bbe47Copy full SHA for 35bbe47
1 file changed
.github/workflows/push_gem.yml
@@ -1,6 +1,6 @@
1
# Trusted publishing to RubyGems.org (OIDC). Configure a pending publisher at:
2
# https://rubygems.org/profile/oidc/pending_trusted_publishers
3
-# Workflow file name, repository, and GitHub Environment must match RubyGems settings.
+# Workflow file name and repository must match RubyGems trusted publisher settings.
4
# See https://guides.rubygems.org/trusted-publishing/pushing-a-new-gem/
5
# and https://guides.rubygems.org/trusted-publishing/releasing-gems/
6
@@ -22,8 +22,6 @@ jobs:
22
contents: write
23
id-token: write
24
25
- environment: release
26
-
27
steps:
28
- name: Harden Runner
29
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
0 commit comments