From 5b88d8b9ca0361ab5546e5b6f1fba3e63bdefa63 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 18:50:29 -0500 Subject: [PATCH] actions take 103 --- .github/actions/decrypt.sh | 2 +- .github/workflows/build.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/decrypt.sh b/.github/actions/decrypt.sh index 8a54b864..381a721c 100644 --- a/.github/actions/decrypt.sh +++ b/.github/actions/decrypt.sh @@ -9,7 +9,7 @@ echo "source file is ${gpgfile}" if [ -z ${PASSCODE+x} ]; then echo "PASSCODE is unset"; else - echo "PASSCODE is set'"; + echo "PASSCODE is set"; fi gpg --quiet --batch --yes --decrypt --passphrase="${PASSCODE}" \ diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d125aa8..77620633 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -186,6 +186,7 @@ jobs: run: | source .github/actions/decrypt.sh cd src + export OAUTHFILE="oauth2.txt-gam-gha-${JID}" $gam oauth info $gam info user $gam user admin@pdl.jaylee.us check serviceaccount