Skip to content

Commit 9f14da2

Browse files
Update summarize_applications.py
1 parent 98970d2 commit 9f14da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/summarize_applications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Get token and repo name from environment variables
77
GITHUB_TOKEN = os.getenv("GITHUB_TOKEN")
8-
GITHUB_REPOSITORY = os.getenv("GITHUB_REPOSITORY") # Example: 'pytorch-fdn/foundation-programs'
8+
GITHUB_REPOSITORY = os.getenv("GITHUB_REPOSITORY") # Example: 'pytorch-fdn/ambassador-program'
99

1010
# Authenticate with GitHub
1111
g = Github(GITHUB_TOKEN)

0 commit comments

Comments
 (0)