mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-03 04:27:56 -04:00
CI: Use Github Actions access token (with actual permissions) and not the default GITHUB_TOKEN for brew update
This commit is contained in:
parent
3c23556a0b
commit
9317e896e9
2
.github/workflows/buildAndDeploy.yml
vendored
2
.github/workflows/buildAndDeploy.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user