Skip to content

Commit

Permalink
Fix key name
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Apr 26, 2024
1 parent d6a8937 commit 1c46e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-entry-terms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install -r requirements.txt
- name: build
env:
AIRTABLE_APIKEY: ${{ secrets.AIRTABLE_APIKEY_RW }}
AIRTABLE_APIKEY_RW: ${{ secrets.AIRTABLE_APIKEY_RW }}
AIRTABLE_BASE: ${{ secrets.AIRTABLE_BASE }}
run: |
python tools/create-entry-terms.py

0 comments on commit 1c46e1c

Please sign in to comment.