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 e575545 commit b940b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/register-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Authenticate with GCP
uses: google-github-actions/auth@v0.5.0
with:
credentials: ${{ secrets.GCP_SA_KEY_BASE64 }}
credentials: ${{ secrets.GCP_SA_KEY }}

- name: Create .pypirc file
run: |
Expand Down

0 comments on commit b940b9b

Please sign in to comment.