Skip to content

Commit

Permalink
fix: adjust to use pat
Browse files Browse the repository at this point in the history
  • Loading branch information
xCykrix committed Aug 15, 2024
1 parent 745a58c commit 0cb8188
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Compile
run: ./gradlew shadowJar
run: ./gradlew shadowJar
env:
GITHUB_ACTOR: ${{ secrets.GH_USERNAME }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit 0cb8188

Please sign in to comment.