mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-08 11:43:21 -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
|
formula-name: unciv
|
||||||
download-url: https://github.com/yairm210/Unciv/releases/download/${{ github.ref_name }}/Unciv.jar
|
download-url: https://github.com/yairm210/Unciv/releases/download/${{ github.ref_name }}/Unciv.jar
|
||||||
env:
|
env:
|
||||||
COMMITTER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
COMMITTER_TOKEN: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user