From f9ac3713370a97269a904412c4249497973564e4 Mon Sep 17 00:00:00 2001 From: ChalkyMuffin Date: Sat, 15 Jun 2024 16:45:37 -0600 Subject: [PATCH] env --- .github/workflows/production.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index eef737b..75ed69d 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -4,6 +4,8 @@ env: VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} VERCEL_TOKEN: ${{ secrets.SARA }} POSTGRES_URL: ${{ secrets.POSTGRES_URL }} + AUTH_GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + AUTH_GITHUB_SECRET: ${{secrets.AUTH_GITHUB_SECRET}} on: push: branches: main