We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7fa45 commit f7e2cd6Copy full SHA for f7e2cd6
.github/workflows/manuscript.yaml
@@ -30,6 +30,10 @@ jobs:
30
uses: quarto-dev/quarto-actions/setup@c1b50d36cf3c22b3dc7e530bd1b36634e824e545 # v2
31
with:
32
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 }}"
37
- name: Setup tmate debug session
38
# if: ${{ inputs.debug_enabled == 'true' }}
39
uses: mxschmitt/action-tmate@a283f9441d2d96eb62436dc46d7014f5d357ac22 # v3
0 commit comments