Skip to content

Commit

Permalink
Pass gh_token
Browse files Browse the repository at this point in the history
  • Loading branch information
williewillus committed Jun 11, 2023
1 parent bb63c71 commit 7d87ab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- name: Upload Releases
if: startsWith(github.ref, 'refs/tags/release-')
env:
GH_TOKEN: ${{ github.token }}
GIT_REF: ${{ github.ref }}
FABRIC_JAR: ${{ steps.calculate_artifact_names.outputs.fabric }}
FORGE_JAR: ${{ steps.calculate_artifact_names.outputs.forge }}
Expand Down

0 comments on commit 7d87ab5

Please sign in to comment.