fix: use RELEASE_TOKEN to bypass branch protection when writing version JSON

This commit is contained in:
SuperDooper
2026-05-08 12:59:03 +02:00
parent 182acb1f21
commit a182b7ca59
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
- name: Update version-windows-beta.json on main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
shell: bash
run: |
notes=$(cat windows/RELEASE_NOTES.md 2>/dev/null || echo "Windows beta ${{ steps.version.outputs.version }}")