mirror of
https://github.com/zephrynis/ptero-sidebar.git
synced 2026-04-17 09:31:55 +00:00
Fix: give release action gh token
This commit is contained in:
1
.github/workflows/export_ext.yml
vendored
1
.github/workflows/export_ext.yml
vendored
@@ -27,6 +27,7 @@ jobs:
|
|||||||
- name: Create GitHub Release and Upload Asset
|
- name: Create GitHub Release and Upload Asset
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: "v${{ env.VERSION }}"
|
tag: "v${{ env.VERSION }}"
|
||||||
release_name: "Release v${{ env.VERSION }}"
|
release_name: "Release v${{ env.VERSION }}"
|
||||||
body: "Automated release based on version ${{ env.VERSION }}"
|
body: "Automated release based on version ${{ env.VERSION }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user