possee-org / genai-numpy

MIT License
4 stars 6 forks source link

Task: Hide GitHub token in the example_processor tool #112

Open otieno-juma opened 3 months ago

otieno-juma commented 3 months ago

Description:

Set the environment variable using the following code

import os
os.environ['GITHUB_TOKEN'] = 'your_github_token_here'

use the environment variable in your code like this:

token = os.environ.get('GITHUB_TOKEN')

Acceptance Criteria:

bmwoodruff commented 3 months ago

Automating the process all the way up to pushing to a branch of your fork sounds like a great addition. Even if the example generation tool isn't wanted, adding this functionality to the tool sounds like a great addition. Then we can refine the AI gen process to get things that are wanted.