mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-04 06:07:42 -06:00
try this
This commit is contained in:
committed by
GitHub
parent
552bf46bc9
commit
9663d4cba3
@@ -22,5 +22,5 @@ action "Publish to GPR" {
|
|||||||
uses = "scarhand/actions-ruby@master"
|
uses = "scarhand/actions-ruby@master"
|
||||||
needs = ["Build from Gemspec"]
|
needs = ["Build from Gemspec"]
|
||||||
secrets = ["GPR_AUTH_TOKEN"]
|
secrets = ["GPR_AUTH_TOKEN"]
|
||||||
runs = " gem push --key github --host https://rubygems.pkg.github.com/pmarsceill *.gem"
|
runs = " gem push --key [\"GPR_AUTH_TOKEN\"] --host https://rubygems.pkg.github.com/pmarsceill *.gem"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user