Skip to content

Commit

Permalink
Add env_token for interfacing with GH
Browse files Browse the repository at this point in the history
  • Loading branch information
securingdev authored Feb 24, 2023
1 parent c09c501 commit 99e8b31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
("The Way of Kings", "Brandon Sanderson", False)
]

env_token = "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"


if __name__ == "__main__":
cursor.execute(
Expand Down

0 comments on commit 99e8b31

Please sign in to comment.