Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 18, 2024
1 parent b2437ec commit bd4af85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: clojure -X:nextjournal/clerk :path-prefix '"clerk-demo/build/${{ github.sha }}/"' :git/sha '"${{ github.sha }}"'

- name: 🔐 Google Auth
uses: google-github-actions/auth@v0
uses: google-github-actions/auth@v2.1.6
with:
credentials_json: ${{ secrets.GCLOUD_SERVICE_KEY }}

Expand Down

0 comments on commit bd4af85

Please sign in to comment.