Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Choonho Son <[email protected]>
  • Loading branch information
Choonho Son committed Oct 31, 2023
1 parent da99a08 commit 6e86fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secret.BLOGSPOT_BASE64 }}
credentials_json: ${{ secrets.BLOGSPOT_BASE64 }}

- name: execute python script
env:
Expand Down

0 comments on commit 6e86fce

Please sign in to comment.