Skip to content

Commit 35bbe47

Browse files
author
Cursor
committed
Remove GitHub environment from gem publish workflow
Made-with: Cursor
1 parent d8767e2 commit 35bbe47

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/push_gem.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Trusted publishing to RubyGems.org (OIDC). Configure a pending publisher at:
22
# https://rubygems.org/profile/oidc/pending_trusted_publishers
3-
# Workflow file name, repository, and GitHub Environment must match RubyGems settings.
3+
# Workflow file name and repository must match RubyGems trusted publisher settings.
44
# See https://guides.rubygems.org/trusted-publishing/pushing-a-new-gem/
55
# and https://guides.rubygems.org/trusted-publishing/releasing-gems/
66

@@ -22,8 +22,6 @@ jobs:
2222
contents: write
2323
id-token: write
2424

25-
environment: release
26-
2725
steps:
2826
- name: Harden Runner
2927
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0

0 commit comments

Comments
 (0)