Skip to content

Commit

Permalink
try fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh1ntra authored Oct 4, 2024
1 parent 8fb7939 commit 8b0129b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/publish_multi_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Forks should change these to publish to their own infrastructure.
#
ROBUST_CDN_URL = "https://wizards.cdn.spacestation14.com/"
FORK_ID = "wizards"
FORK_ID = os.environ["FORK_ID"]

def main():
session = requests.Session()
Expand Down

0 comments on commit 8b0129b

Please sign in to comment.