actions take 101

This commit is contained in:
Jay Lee
2020-12-04 18:44:52 -05:00
parent 181a2f8949
commit 5484d39d90
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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