Skip to content

Commit

Permalink
update repo token
Browse files Browse the repository at this point in the history
  • Loading branch information
Roaders committed Oct 18, 2023
1 parent 2c2a627 commit acfc7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
if: ${{ steps.publish.outputs.type }}
with:
repo_token: "${{ secrets.RELEASE_TOKEN }}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: "${{ steps.publish.outputs.tag }}"

0 comments on commit acfc7f5

Please sign in to comment.