1 parent f4470f7 commit 4694db5Copy full SHA for 4694db5
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -28,8 +28,10 @@ jobs:
28
node-version: "24"
29
cache: "pnpm"
30
31
+ - name: Expose secrets to environment
32
+ run: |
33
+ echo "ELYOS_API_KEY=${{ secrets.ELYOS_API_KEY }}" >> $GITHUB_ENV
34
+ echo "OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}" >> $GITHUB_ENV
35
+
36
- name: Install dependencies
37
run: pnpm install --frozen-lockfile
- env:
- ELYOS_API_KEY: ${{ secrets.ELYOS_API_KEY }}
- OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
0 commit comments