Closed
Description
I followed the installation guide in README.md. I created a secret with the access token, even then it the log says access token is missing.
python3 --version
python3 generate_images.py
shell: /usr/bin/bash -e {0}
env:
pythonLocation: /opt/hostedtoolcache/Python/3.8.8/x64
LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.8/x64/lib
ACCESS_TOKEN:
GITHUB_TOKEN: ***
EXCLUDED:
EXCLUDED_LANGS:
EXCLUDE_FORKED_REPOS: false
Python 3.8.8
Traceback (most recent call last):
File "generate_images.py", line 119, in <module>
asyncio.run(main())
File "/opt/hostedtoolcache/Python/3.8.8/x64/lib/python3.8/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/opt/hostedtoolcache/Python/3.8.8/x64/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "generate_images.py", line 100, in main
raise Exception("A personal access token is required to proceed!")
Exception: A personal access token is required to proceed!
Error: Process completed with exit code 1.
Metadata
Assignees
Labels
No labels
Activity