Skip to content

Commit

Permalink
Add environment
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed May 9, 2024
1 parent 29a0579 commit 3a77a46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/push_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
if: github.repository == 'rubyatscale/singed'
runs-on: ubuntu-latest

environment:
name: rubygems.org
url: https://rubygems.org/gems/singed

permissions:
contents: write
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion singed.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7.0"
spec.homepage = "https://github.com/rubyatscale/singed"
spec.metadata = {
"source_code_uri" => "https://github.com/rubyatscale/singed.git",
"source_code_uri" => "https://github.com/rubyatscale/singed",
"bug_tracker_uri" => "https://github.com/rubyatscale/singed/issues",
"homepage_uri" => "https://github.com/rubyatscale/singed"
}
Expand Down

0 comments on commit 3a77a46

Please sign in to comment.