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 ffe5e43 commit 9fff14fCopy full SHA for 9fff14f
.github/workflows/ci-dev.yaml
@@ -55,7 +55,7 @@ jobs:
55
name: Node.js test
56
needs: affected
57
runs-on: ubuntu-latest
58
- timeout-minutes: 120
+ timeout-minutes: 120 # 2 hours
59
permissions:
60
id-token: write # needed for google-github-actions/auth
61
strategy:
@@ -83,7 +83,7 @@ jobs:
83
- if: fromJson(env.CI_SETUP).secrets != null
84
uses: google-github-actions/get-secretmanager-secrets@v2
85
with:
86
- secrets: ${{ join(fromJson(env.CI_SETUP).secrets) }}
+ secrets: ${{ join(fromJson(env.CI_SETUP).secrets, '\n') }}
87
export_to_environment: true
88
- name: 🛠️ Test ${{ matrix.path }}
89
run: |
0 commit comments