Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1 KB

README.md

File metadata and controls

17 lines (13 loc) · 1 KB

UTD Grades Admin

Admin dashboard for UTD Grades. Currently only supports uploading grade distribution to utd-grades

How to use this app

To use this application, upload the grade distribution file in .xlsx format. The app will automatically create a new branch on GitHub containing the grade distribution. Once the file is succesfully uploaded to GitHub, make a PR from newly-created branch and merge into main.

How to deploy

This app requires the following environment variables:

PERSONAL_ACCESS_TOKEN=
REPO_ORGANIZATION="acmutd"
REPO_REPO="utd-grades"
REPO_MAIN_BRANCH_NAME="master"

PERSONAL_ACCESS_TOKEN needs to be generated from a GitHub account that has write permission to utd-grades. Refer to the following guide on how to create your own access token.