Skip to content

Commit 9317e89

Browse files
committed
CI: Use Github Actions access token (with actual permissions) and not the default GITHUB_TOKEN for brew update
1 parent 3c23556 commit 9317e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/buildAndDeploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,4 +376,4 @@ jobs:
376376
formula-name: unciv
377377
download-url: https://github.com/yairm210/Unciv/releases/download/${{ github.ref_name }}/Unciv.jar
378378
env:
379-
COMMITTER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
379+
COMMITTER_TOKEN: ${{ secrets.ACTIONS_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)