Skip to content

Commit

Permalink
add gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinkm committed Jun 3, 2024
1 parent 9331cd6 commit 5756c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prereg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: "Simulation Protocol of my individual project"
Expand Down

0 comments on commit 5756c9d

Please sign in to comment.