Skip to content

Commit

Permalink
Use non-deprecated auth
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 7, 2024
1 parent 2fb49c7 commit 11b6d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
key: ${{ runner.os }}-clerk-cache

- 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 Expand Up @@ -206,7 +206,7 @@ jobs:
run: NODE_PATH=$(yarn global dir)/node_modules clojure -J-Dclojure.main.report=stdout -X:demo:nextjournal/clerk :git/sha '"${{ github.sha }}"' :git/url '"https://github.com/nextjournal/clerk"' :index '"notebooks/rule_30.clj"' :paths [] :ssr true :compile-css true :exclude-js true

- 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 11b6d9e

Please sign in to comment.