Skip to content

Commit

Permalink
Add gcp authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
Bear-Witness-98 committed Jul 19, 2024
1 parent 3ce6e1b commit c4574f2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Print dummy secret
run: |
echo ${{ secrets.new_secret_name }}

- name: Set up Google Cloud SDK
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GCP_CREDENTIAL }}
- name: Check directory
run: |
ls
Expand Down

0 comments on commit c4574f2

Please sign in to comment.