Skip to content

Commit

Permalink
Removed the secret manger API
Browse files Browse the repository at this point in the history
  • Loading branch information
adityalifi committed Feb 13, 2025
1 parent e939f29 commit 0c2bc11
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ jobs:
registry: europe-docker.pkg.dev
username: oauth2accesstoken
password: ${{ steps.gcpauth.outputs.access_token }}

- name: Enable Secret Manager API
run: |
gcloud services enable secretmanager.googleapis.com --project=jumper-g-management
env:
GOOGLE_APPLICATION_CREDENTIALS: ${{ steps.gcpauth.outputs.credentials_file_path }}

- name: Access Environment Secrets
id: secrets
Expand All @@ -58,6 +52,7 @@ jobs:
env:
GOOGLE_APPLICATION_CREDENTIALS: ${{ steps.gcpauth.outputs.credentials_file_path }}


# build-docker:
# runs-on: ubuntu-latest

Expand Down

0 comments on commit 0c2bc11

Please sign in to comment.