Skip to content

Commit

Permalink
ci: add env
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Jun 16, 2024
1 parent b2b6d16 commit 88a4545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88a4545

Please sign in to comment.