Adds github token to release action

This commit is contained in:
Kamron Batman 2023-02-25 12:09:31 -08:00 committed by GitHub
parent d14e864c85
commit 5c99d0cb38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"