Skip to content

Commit 9ddef79

Browse files
johnweselyJohn Wesely
andauthored
update readme with instructions for PAT (#68)
Co-authored-by: John Wesely <[email protected]>
1 parent 562af7b commit 9ddef79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ AIRTABLE_TABLE=
3030
AIRTABLE_TYPECAST=false
3131
```
3232

33-
* `AIRTABLE_KEY` can be retrieved here: https://airtable.com/account
33+
* `AIRTABLE_KEY` Airtable is requiring personal access tokens for Authorization starting in 2024. A token can be created here: https://airtable.com/create/tokens. If you are upgrading from an API key to access token, simply replace the value previously held in this environment variable with your new token.
3434
* `AIRTABLE_BASE` can be found here: https://airtable.com/api, select base then copy from URL: `https://airtable.com/[Base Is Here]/api/docs#curl/introduction`
3535
* `AIRTABLE_TABLE` can be found in the docs for the appropriate base, this is not case senstive. IE: `tasks`
3636
* `AIRTABLE_TYPECAST` set this to true to allow automatic casting.

0 commit comments

Comments
 (0)