Skip to content

Commit

Permalink
fix: added repo owner
Browse files Browse the repository at this point in the history
  • Loading branch information
jvJUCA committed May 29, 2024
1 parent 58c8e73 commit 3f552eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ishikawa_tools/ishikawa_tools_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def generate_scatter_diagram_report(repo_owner, repo_name, github_token):
plt.savefig('./ishikawa_tools/output/scatter.pdf')

def main():
repo_owner = "marcgc21"
github_token = os.getenv('TOKEN')
username = os.getenv('USER')
repository_name = os.getenv('PROJECT')
Expand Down

0 comments on commit 3f552eb

Please sign in to comment.