From 88a4545a211bf5b6273baa2a82f22b4babf67f06 Mon Sep 17 00:00:00 2001 From: betich Date: Sun, 16 Jun 2024 18:05:17 +0700 Subject: [PATCH] ci: add env --- .github/workflows/astro.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index cef89d4..8d74f56 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -52,6 +52,7 @@ jobs: --base "${{ steps.pages.outputs.base_path }}" env: AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }} + AIRTABLE_API_PAT: ${{ secrets.AIRTABLE_API_PAT }} AIRTABLE_BASE_ID: ${{ secrets.AIRTABLE_BASE_ID }} - name: Upload artifact