Update script_for_automation.py
Browse files- script_for_automation.py +1 -1
script_for_automation.py
CHANGED
|
@@ -44,7 +44,7 @@ def get_baserow_data():
|
|
| 44 |
BASEROW_URL = get_baserow_url(TABLE_ID)
|
| 45 |
|
| 46 |
headers = {
|
| 47 |
-
"Authorization": f"Token {os.environ[
|
| 48 |
"Content-Type": "application/json"
|
| 49 |
}
|
| 50 |
|
|
|
|
| 44 |
BASEROW_URL = get_baserow_url(TABLE_ID)
|
| 45 |
|
| 46 |
headers = {
|
| 47 |
+
"Authorization": f"Token {os.environ['BASEROW_API_KEY']}",
|
| 48 |
"Content-Type": "application/json"
|
| 49 |
}
|
| 50 |
|