diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f4e8a203..5653fed7a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -295,6 +295,9 @@ jobs: mkdir -p ias_keys/develop echo "not_a_key" > ias_keys/develop/spid.txt echo "not_a_key" > ias_keys/develop/api_key.txt + mkdir -p ias_keys/production + echo "not_a_key" > ias_keys/production/spid.txt + echo "not_a_key" > ias_keys/production/api_key.txt go get -u github.com/jteeuwen/go-bindata/... make bin-data - name: Install xgo