When I run the python script I'm getting below error. What should I do? I'm sure I'm using correct API token becuase I tried with 3 API tokens
Traceback (most recent call last):
File "/home/jjosep/1password/test.py", line 9, in
api_token = os.environ['OUR_API_TOKEN']
File "/usr/lib/python3.9/os.py", line 679, in getitem
raise KeyError(key) from None
KeyError: 'OUR_API_TOKEN'
When I run the python script I'm getting below error. What should I do? I'm sure I'm using correct API token becuase I tried with 3 API tokens
Traceback (most recent call last):
File "/home/jjosep/1password/test.py", line 9, in
api_token = os.environ['OUR_API_TOKEN']
File "/usr/lib/python3.9/os.py", line 679, in getitem
raise KeyError(key) from None
KeyError: 'OUR_API_TOKEN'