Skip to content

Commit d6418ff

Browse files
committed
ci(workflows): Configure package manager updates to use gittools-bot
1 parent 6cca92a commit d6418ff

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/homebrew.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
app-id: ${{ steps.gh-app-creds.outputs.gh_app_id }}
4444
private-key: ${{ steps.gh-app-creds.outputs.gh_app_private_key }}
45-
owner: ${{ github.repository_owner }}
45+
owner: gittools-bot
4646
repositories: homebrew-core
4747
permission-contents: write
4848
permission-pull-requests: write
@@ -53,7 +53,7 @@ jobs:
5353
formula-name: gitversion
5454
tag-name: ${{ steps.get-version.outputs.version }}
5555
download-url: https://github.com/GitTools/GitVersion/archive/refs/tags/${{ steps.get-version.outputs.version }}.tar.gz
56-
push-to: ${{ github.repository_owner }}/homebrew-core
56+
push-to: gittools-bot/homebrew-core
5757
commit-message: |
5858
{{formulaName}} {{version}}
5959

.github/workflows/winget.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
app-id: ${{ steps.gh-app-creds.outputs.gh_app_id }}
3030
private-key: ${{ steps.gh-app-creds.outputs.gh_app_private_key }}
31-
owner: ${{ github.repository_owner }}
31+
owner: gittools-bot
3232
repositories: winget-pkgs
3333
permission-contents: write
3434
permission-pull-requests: write
@@ -53,3 +53,4 @@ jobs:
5353
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
5454
with:
5555
args: '${{ steps.get-version.outputs.run_args }}'
56+
custom-fork-owner: gittools-bot

0 commit comments

Comments
 (0)