Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
chore: change env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
chimericdream committed Oct 5, 2024
1 parent 79a70bd commit b97ac68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fabricApi {
}

ext {
GITHUB_TOKEN = System.getenv("GITHUB_TOKEN")
GITHUB_TOKEN = System.getenv("GH_PERSONAL_ACCESS_TOKEN")
}

repositories {
Expand Down

0 comments on commit b97ac68

Please sign in to comment.