Skip to content

Commit

Permalink
sync-shared-config: sync private repos.
Browse files Browse the repository at this point in the history
This requires using a token.
  • Loading branch information
MikeMcQuaid committed May 24, 2024
1 parent 028032a commit 1304c94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sync-shared-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
- Homebrew/orka_api_client
- Homebrew/ruby-macho
- Homebrew/rubydoc.brew.sh
- Homebrew/mass-bottling-tracker-private
- Homebrew/governance-private
- Homebrew/security-private
- Homebrew/ops-private
fail-fast: false
steps:
- name: Set up Homebrew
Expand All @@ -70,6 +74,7 @@ jobs:
with:
repository: ${{ matrix.repo }}
path: vendor/${{ matrix.repo }}
token: ${{ secrets.HOMEBREW_DOTGITHUB_WORKFLOW_TOKEN }}
persist-credentials: false

- name: Configure Git user
Expand Down

0 comments on commit 1304c94

Please sign in to comment.