Skip to content

Commit

Permalink
Remove secret referencing.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 25, 2024
1 parent a7c8be1 commit d7d3796
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d7d3796

Please sign in to comment.