diff --git a/.github/main.workflow b/.github/main.workflow index 4c110920f8cb9720d26d85580f3aa9dada429e36..e4806f2f800d79f92ef70dbbdb18a4eb77e191ec 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -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" }