Web application that publishes a list of your Pump It Up Phoenix my best scores Over Lv.20 and CO-OP.
- Create your GitHub account.
- GitHub Docs: Sign up for a new GitHub account
- Create your GitHub Personal Access Token with read and write access to gists.
- GitHub Docs: Creating a fine-grained personal access token
- You should grant a fine-grained personal access token with only an account permission to read and write gists.
- You should copy the token, because it can't be accessed later.
- Fork infhyroyage/PIUPhoenixMyBestPortal.
- Set the following secrets for your forked repository:
- GitHub Docs: Creating secrets for a repository
Name Description Required GITHUB_PATToken of GitHub Personal Access Token ✓ PIU_PHOENIX_PASSWORDPassword of Pump It Up Phoenix account ✓
- GitHub Docs: Creating secrets for a repository
- Set the following configuration variables for your forked repository:
- GitHub Docs: Creating configuration variables for a repository
Name Description Required PIU_PHOENIX_EMAILEmail of Pump It Up Phoenix account ✓ PLAYER_NAMEName of Pump It Up Phoenix account
- GitHub Docs: Creating configuration variables for a repository
- Wait to trigger and complete the workflow named
Fetch Pump It Up Phoenix My Best Scores.- It is scheduled to run every day at 23:00 UTC.
- Access the application at
https://<your-username>.github.io/PIUPhoenixMyBestPortal.- Example:
https://infhyroyage.github.io/PIUPhoenixMyBestPortal
- Example:
See CONTRIBUTING.md for development guidelines.