Adds github token to release action
This commit is contained in:
parent
d14e864c85
commit
5c99d0cb38
1 changed files with 1 additions and 0 deletions
1
.github/workflows/create-release.yml
vendored
1
.github/workflows/create-release.yml
vendored
|
|
@ -28,6 +28,7 @@ jobs:
|
|||
owner: ModernUO
|
||||
repo: ModernUO
|
||||
excludes: prerelease, draft
|
||||
token: ${{ secrets.WORKFLOW_TOKEN }}
|
||||
- name: Create fake tag for diffing
|
||||
run: |
|
||||
git config --global user.name "Fake Tag Action"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue