From d7d379688da60b55a00e7127f3ff2dce78446d3f Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Tue, 25 Jun 2024 15:56:23 -0700 Subject: [PATCH] Remove secret referencing. --- action.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/action.yml b/action.yml index 3472b57..0dcb53e 100644 --- a/action.yml +++ b/action.yml @@ -127,13 +127,6 @@ runs: cp "${HOME}/v1-5-pruned-emaonly.ckpt" "${{ github.workspace }}/models/checkpoints/" cp "${HOME}/epiNoiseoffset_v2.safetensors" "${{ github.workspace }}/models/loras/" - - name: '[Unix] Authenticate to Google Cloud' - shell: bash -el {0} - if: ${{ inputs.os != 'windows' }} - run: | - echo "${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}" > /tmp/keyfile.json - gcloud auth activate-service-account --key-file=/tmp/keyfile.json - - name: '[Unix] Run Python application quick test' if: ${{ inputs.os != 'windows' }} shell: bash -el {0}