OK so the push needs the plain, Actions run GITHUB_TOKEN
This commit is contained in:
parent
b169ac85cb
commit
3b71e3d4fd
2
.github/workflows/tapioca-update.yml
vendored
2
.github/workflows/tapioca-update.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
- name: Push commits
|
- name: Push commits
|
||||||
uses: Homebrew/actions/git-try-push@master
|
uses: Homebrew/actions/git-try-push@master
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
branch: tapioca-update
|
branch: tapioca-update
|
||||||
directory: Library/Homebrew/
|
directory: Library/Homebrew/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user