Significant-Gravitas / AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

Home Page:https://agpt.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To complete setup: Where to paste Github access token?

weiseanchan opened this issue · comments

I ran "./run setup"

Poetry was setup
Git is configured with name and email

However "GitHub access token file is empty".

Steps received:
To configure your GitHub access token, follow these steps:
1. Ensure you are logged into your GitHub account
2. Navigate to https://github.com/settings/tokens
3. Click on 'Generate new token'.
4. Click on 'Generate new token (classic)'.
5. Fill out the form to generate a new token. Ensure you select the 'repo' scope.
6. Open the '.github_access_token' file in the same directory as this script and paste the token into this file.
7. Save the file and run the setup command again.


I have generated a new token however I cannot get past step 6.
I cannot find the file '.github_access_token'

Thank you!

Just open the .github_access_token file. Like vim .github_access_token.

I couldn't find the .github_access_token file on Finder, so I did the following from my Auto-GPT directory:

touch .github_access_token
echo "YOUR_ACESS_TOKEN" > .github_access_token