We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98970d2 commit 9f14da2Copy full SHA for 9f14da2
.github/scripts/summarize_applications.py
@@ -5,7 +5,7 @@
5
6
# Get token and repo name from environment variables
7
GITHUB_TOKEN = os.getenv("GITHUB_TOKEN")
8
-GITHUB_REPOSITORY = os.getenv("GITHUB_REPOSITORY") # Example: 'pytorch-fdn/foundation-programs'
+GITHUB_REPOSITORY = os.getenv("GITHUB_REPOSITORY") # Example: 'pytorch-fdn/ambassador-program'
9
10
# Authenticate with GitHub
11
g = Github(GITHUB_TOKEN)
0 commit comments