ci: use RELEASE_TOKEN

This commit is contained in:
himself65
2023-04-20 10:34:35 -05:00
parent b2e93433e1
commit d6b1b9f6cf

View File

@@ -173,7 +173,7 @@ jobs:
- name: Create Release Draft - name: Create Release Draft
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with: with:
name: Desktop APP ${{ github.event.inputs.version }} name: Desktop APP ${{ github.event.inputs.version }}
body: 'TODO: Add release notes here' body: 'TODO: Add release notes here'