Skip to content

Commit

Permalink
Add GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
manicmaniac committed Aug 10, 2022
1 parent 3e87550 commit cf28932
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@ jobs:
- run: man -P cat 1 xcnew
- name: Create release
run: gh release create '${{ github.ref }}' --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload release asset
run: gh release upload '${{ github.ref }}' xcnew.pkg
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cf28932

Please sign in to comment.