Skip to content

Commit

Permalink
feat(main): update to github token
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysnewell committed Nov 4, 2023
1 parent ebdb158 commit c57daaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-rosella.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: github.actor != 'dependabot[bot]'
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.RELEASE_TOKEN }}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: "${{ env.RELEASE_VERSION }}"
title: "${{ env.RELEASE_VERSION }}"
Expand Down

0 comments on commit c57daaf

Please sign in to comment.