fix: add GH_TOKEN environment variable

This commit is contained in:
tkmxqrdxddd
2026-03-17 20:37:43 +01:00
parent f24c22f462
commit 28cb3eaa99

View File

@@ -84,6 +84,8 @@ jobs:
- name: Create Release if not exists - name: Create Release if not exists
if: github.event_name == 'push' if: github.event_name == 'push'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
# Check if release exists, create if not # Check if release exists, create if not
if ! gh release view ${{ github.ref_name }} &>/dev/null; then if ! gh release view ${{ github.ref_name }} &>/dev/null; then