fix: update GITHUB_TOKEN to use ACTIONS_TOKEN in release workflow
Some checks failed
Build Release / build (Windows Desktop) (pull_request) Has been cancelled
Build Release / build (macOS) (pull_request) Has been cancelled
Build Release / build (Linux/X11) (pull_request) Has been cancelled

This commit is contained in:
2026-03-15 22:06:25 +01:00
parent 075521b991
commit ef88e5e91d

View File

@@ -27,7 +27,7 @@ jobs:
body: |
${{ description }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
# Create Release also creates an Tag
# - name: Create git tag
@@ -59,3 +59,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 }}