From 82902eb454c53f422da70cab25024e153bda43d8 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sun, 16 Nov 2025 18:28:19 +0000 Subject: [PATCH] infra: add env vars for eolas listing --- .forgejo/workflows/deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 62c4f6a..4202d73 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -11,6 +11,9 @@ jobs: - run: npm install - run: npm run build:posts - run: npm run build + env: + VITE_EOLAS_API_URL: ${{ vars.EOLAS_API_ENDPOINT }} + VITE_EOLAS_API_KEY: ${{ secrets.EOLAS_API_KEY }} - run: | echo "${{ secrets.VPS_DEPLOY_USER_SSH_KEY }}" > /tmp/ssh_key chmod 600 /tmp/ssh_key