From 9663d4cba332e4b874cbb6e78939c18b5ae45a3f Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <pmarsceill@users.noreply.github.com>
Date: Mon, 13 May 2019 17:16:01 -0400
Subject: [PATCH] try this

---
 .github/main.workflow | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/main.workflow b/.github/main.workflow
index 4c110920..e4806f2f 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"
 }
-- 
GitLab