Advertisement
Guest User

Untitled

a guest
Feb 25th, 2023
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. # Secret settings for the ModpackUploader
  2. # For details/help see: https://github.com/NillerMedDild/ModpackUploader
  3.  
  4. # =====================================================================//
  5. # CURSEFORGE ACCOUNT SETTINGS
  6. # =====================================================================//
  7.  
  8. # Get one here: https://authors.curseforge.com/account/api-tokens
  9. $CURSEFORGE_TOKEN = "CFtokenwashere"
  10.  
  11. # =====================================================================//
  12. # GITHUB COMPATIBILITY SETTINGS
  13. # =====================================================================//
  14.  
  15. # Example for this repo:
  16. # https://github.com/EnigmaticaModpacks/ModpackUploader
  17. # https://github.com/$GITHUB_NAME/$GITHUB_REPOSITORY
  18. # $GITHUB_NAME = "EnigmaticaModpacks"
  19. # $GITHUB_REPOSITORY = "ModpackUploader"
  20.  
  21. $GITHUB_NAME = "WFPhantom"
  22.  
  23. $GITHUB_REPOSITORY = "Balanced-Eternal"
  24.  
  25. $GITHUB_TOKEN = "$GITHUB_NAME`:GitHubtokenwashere"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement