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