Skip to content

Task: Hide GitHub token in the example_processor tool #112

Description

@otieno-juma

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')
  • Create a testcode for the example_processor code

Acceptance Criteria:

  • Code should identify missing examples
  • inject examples into the codebase
  • create a pull request for the user

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions