Skip to content

Commit

Permalink
Set the GitHub Token for JReleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Oct 4, 2024
1 parent a722db7 commit da405bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
JRELEASER_COSIGN_PUBLIC_KEY: ${{ secrets.COSIGN_PUBLIC_KEY }}
JRELEASER_COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
JRELEASER_COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
JRELEASER_GITHUB_TOKEN: ${{ github.token }}
- name: Add Artifact to GitHub Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit da405bf

Please sign in to comment.