Skip to content

Commit f7e2cd6

Browse files
ci: add gcp creds
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 3b7fa45 commit f7e2cd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/manuscript.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
uses: quarto-dev/quarto-actions/setup@c1b50d36cf3c22b3dc7e530bd1b36634e824e545 # v2
3131
with:
3232
tinytex: true
33+
- name: "Authenticate to Google Cloud"
34+
uses: "google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c" # ratchet:google-github-actions/auth@v2
35+
with:
36+
credentials_json: "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_DATA }}"
3337
- name: Setup tmate debug session
3438
# if: ${{ inputs.debug_enabled == 'true' }}
3539
uses: mxschmitt/action-tmate@a283f9441d2d96eb62436dc46d7014f5d357ac22 # v3

0 commit comments

Comments
 (0)