fix: update token usage in release workflow to use GITEA_TOKEN
Some checks failed
Build Release / build (Linux/X11) (pull_request) Failing after 1m39s
Build Release / build (Windows Desktop) (pull_request) Failing after 1m39s
Build Release / build (macOS) (pull_request) Failing after 1m38s

This commit is contained in:
2026-03-15 22:11:47 +01:00
parent aa4a8e9fb3
commit 8ae9b00b5a

View File

@@ -26,7 +26,7 @@ jobs:
name: ${{ version }}
body: |
${{ description }}
token: ${{ secrets.ACTIONS_TOKEN }}
token: ${{ secrets.GITEA_TOKEN }}
# Create Release also creates an Tag
# - name: Create git tag
@@ -58,4 +58,4 @@ jobs:
godot-Linux/X11-v${{ steps.changelog.outputs.version }}.tar.gz
godot-macOS-v${{ steps.changelog.outputs.version }}.tar.gz
draft: false
token: ${{ secrets.ACTIONS_TOKEN }}
token: ${{ secrets.GITEA_TOKEN }}