Skip to content

Commit 9fff14f

Browse files
author
David Cavazos
committed
join secrets with newline
1 parent ffe5e43 commit 9fff14f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
name: Node.js test
5656
needs: affected
5757
runs-on: ubuntu-latest
58-
timeout-minutes: 120
58+
timeout-minutes: 120 # 2 hours
5959
permissions:
6060
id-token: write # needed for google-github-actions/auth
6161
strategy:
@@ -83,7 +83,7 @@ jobs:
8383
- if: fromJson(env.CI_SETUP).secrets != null
8484
uses: google-github-actions/get-secretmanager-secrets@v2
8585
with:
86-
secrets: ${{ join(fromJson(env.CI_SETUP).secrets) }}
86+
secrets: ${{ join(fromJson(env.CI_SETUP).secrets, '\n') }}
8787
export_to_environment: true
8888
- name: 🛠️ Test ${{ matrix.path }}
8989
run: |

0 commit comments

Comments
 (0)