CI: Use Github Actions access token (with actual permissions) and not the default GITHUB_TOKEN for brew update

This commit is contained in:
yairm210 2025-03-06 21:42:15 +02:00
parent 3c23556a0b
commit 9317e896e9

View File

@ -376,4 +376,4 @@ jobs:
formula-name: unciv
download-url: https://github.com/yairm210/Unciv/releases/download/${{ github.ref_name }}/Unciv.jar
env:
COMMITTER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMMITTER_TOKEN: ${{ secrets.ACTIONS_ACCESS_TOKEN }}