vsagar100 commited on
Commit
f7e411d
·
1 Parent(s): b99fb73

Added token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import glob
8
  # Variables for GitHub repository details
9
  GITHUB_REPO_URL = "https://github.com/vsagar100/ansible_tf_provisioner"
10
  GITHUB_BRANCH = "main" # Specify the branch or tag to download
11
- GITHUB_TOKEN = os.getenv("GITHUB_TOKEN") # Specify your GitHub token
12
 
13
  def main():
14
  # Directory structure setup
 
8
  # Variables for GitHub repository details
9
  GITHUB_REPO_URL = "https://github.com/vsagar100/ansible_tf_provisioner"
10
  GITHUB_BRANCH = "main" # Specify the branch or tag to download
11
+ GITHUB_TOKEN = "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" #os.getenv("GITHUB_TOKEN") # Specify your GitHub token
12
 
13
  def main():
14
  # Directory structure setup