Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ykerus committed Dec 28, 2023
1 parent c64f573 commit 8ff0f74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/register-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
uses: google-github-actions/auth@v0.5.0
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}
create_credentials_file: true

- name: Activate service account
run: |
gcloud auth activate-service-account --key-file=${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
- name: Create .pypirc file
run: |
Expand Down

0 comments on commit 8ff0f74

Please sign in to comment.