Skip to content

Commit

Permalink
Adds github token to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
kamronbatman authored Feb 25, 2023
1 parent d14e864 commit 5c99d0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5c99d0c

Please sign in to comment.