Skip to content

Commit 680f4b0

Browse files
committed
BRD-20938 - PR suggestions
1 parent e342790 commit 680f4b0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
env:
3434
GEM_HOST_API_KEY: ${{ secrets.GIT_HUB_PACKAGES_TOKEN }}
3535
run: |
36-
gem push --host https://rubygems.pkg.github.com/get-bridge *.gem
36+
gem push --host https://rubygems.pkg.github.com/get-bridge *.gem

scorm_engine.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Gem::Specification.new do |spec|
1515
spec.metadata = {
1616
"documentation_uri" => "https://get-bridge.github.io/scorm_engine/",
1717
"github_repo" => "https://github.com/get-bridge/scorm_engine",
18-
"source_code_uri" => "https://github.com/get-bridge/scorm_engine"
18+
"source_code_uri" => "https://github.com/get-bridge/scorm_engine",
19+
"allowed_push_host" => "https://rubygems.pkg.github.com/get-bridge"
1920
}
2021

2122
spec.files = Dir.glob("{lib,spec}/**/*") + %w[Rakefile .rspec]

0 commit comments

Comments
 (0)