Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger committed Sep 27, 2024
1 parent f9d39b7 commit dea25b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ github.event.repository.name }}
# path: ${{ github.workspace }}
path: ${{ github.workspace }}

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0
Expand All @@ -103,7 +103,7 @@ jobs:
- name: Copy env files
run: |
gcloud components install beta
gcloud beta secrets versions access latest --secret="accounts-module-config" > ps_accounts/ps_accounts/config/config.yml
gcloud beta secrets versions access latest --secret="accounts-module-config" > ps_accounts/config/config.yml
env:
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.G_CREDENTIAL_PRODUCTION }}

Expand Down

0 comments on commit dea25b8

Please sign in to comment.