Skip to content

Commit

Permalink
Github actions: remove unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao authored Sep 14, 2024
1 parent 7ad5e1a commit 446059d
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/deploy-streamlit-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,12 @@ jobs:
uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}' # GCP service account JSON key
token_format: 'access_token'
# token_format: 'access_token'

# Step 3: Set up Google Cloud SDK
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
#with:
# version: 'latest'
# project_id: ${{ secrets.GCP_PROJECT_ID }}

#- name: Docker Auth
# id: docker-auth
# uses: 'docker/login-action@v1'
# with:
# username: 'oauth2accesstoken'
# password: '${{ steps.gcp-auth.outputs.access_token }}'
# registry: '${{ secrets.GCP_REGION }}-docker.pkg.dev'


# Step 4: Configure Docker to use Artifact Registry
- name: Authenticate Docker to Artifact Registry
run: |
Expand Down

0 comments on commit 446059d

Please sign in to comment.