mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
ci: use RELEASE_TOKEN
This commit is contained in:
2
.github/workflows/release-desktop-app.yml
vendored
2
.github/workflows/release-desktop-app.yml
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user