1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-05 13:40:48 +00:00
This commit is contained in:
Patrick Marsceill 2019-05-13 17:16:01 -04:00 committed by GitHub
parent 552bf46bc9
commit 9663d4cba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,5 +22,5 @@ action "Publish to GPR" {
uses = "scarhand/actions-ruby@master"
needs = ["Build from Gemspec"]
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"
}