Skip to content

Commit

Permalink
Update GITHUB_TOKEN in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseDreki committed Apr 25, 2024
1 parent 2a0a8c4 commit 43d9cec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,5 @@ jobs:
body: 'some body for release лрпрп'
draft: false
prerelease: false
files: |
CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}

0 comments on commit 43d9cec

Please sign in to comment.