Skip to content

Commit

Permalink
Try removing REPLY_SCOPED_TOKEN from release.yml
Browse files Browse the repository at this point in the history
To see if using GITHUB_TOKEN (the default) will suffice
  • Loading branch information
kjnilsson committed Jan 3, 2024
1 parent c76a2b8 commit a3aaafa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
id: create-release
uses: ncipollo/[email protected]
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
allowUpdates: true
artifactErrorsFailBuild: true
updateOnlyUnreleased: true
Expand Down

0 comments on commit a3aaafa

Please sign in to comment.