From 5484d39d90864d663f7d42d22aeb2d8ce5d38d58 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 18:44:52 -0500 Subject: [PATCH] actions take 101 --- .github/actions/decrypt.sh | 2 +- .github/workflows/build.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/decrypt.sh b/.github/actions/decrypt.sh index 546900de..2ca1796b 100644 --- a/.github/actions/decrypt.sh +++ b/.github/actions/decrypt.sh @@ -5,7 +5,7 @@ echo "running from ${mydir}" credsfile="${gampath}/creds.tar" echo "target file is ${credsfile}" gpgfile="${mypath}/creds.tar.gpg" -echo "source file is ${credsfile}" +echo "source file is ${gpgfile}" if [ -z ${PASSCODE+x} ]; then echo "PASSCODE is unset"; else diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a9d8dea..7d125aa8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -181,6 +181,8 @@ jobs: - name: Live API tests push only if: github.event_name == 'push' + env: # Or as an environment variable + PASSCODE: ${{ secrets.PASSCODE }} run: | source .github/actions/decrypt.sh cd src