Skip to content

Commit

Permalink
chore: GitHub does not allow secrets starting with GITHUB_
Browse files Browse the repository at this point in the history
  • Loading branch information
magicus committed Jan 24, 2024
1 parent 0ee5977 commit f18fb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
modrinth-id: ${{ env.MODRINTH_ID }}
curseforge-id: ${{ env.CURSEFORGE_ID }}
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.MY_GITHUB_TOKEN }}
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
name: Status Effect Timer ${{ steps.version.outputs.full }}
Expand Down

0 comments on commit f18fb2d

Please sign in to comment.