Skip to content

Commit bbcf2fd

Browse files
committed
fix(ci): point homebrew app-token owner at xberg-io org
The org rename from kreuzberg-dev to xberg-io left the create-github-app-token owner stale, so token minting 404'd and the Homebrew-formula and release-asset-upload jobs failed in Publish.
1 parent e7fe01e commit bbcf2fd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
with:
222222
app-id: ${{ secrets.BOT_APP_ID }}
223223
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
224-
owner: kreuzberg-dev
224+
owner: xberg-io
225225
repositories: homebrew-tap
226226

227227
- uses: actions/checkout@v7
@@ -288,7 +288,7 @@ jobs:
288288
with:
289289
app-id: ${{ secrets.BOT_APP_ID }}
290290
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
291-
owner: kreuzberg-dev
291+
owner: xberg-io
292292

293293
- uses: actions/checkout@v7
294294
with:
@@ -333,7 +333,7 @@ jobs:
333333
with:
334334
app-id: ${{ secrets.BOT_APP_ID }}
335335
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
336-
owner: kreuzberg-dev
336+
owner: xberg-io
337337
repositories: homebrew-tap
338338

339339
- uses: actions/checkout@v7
@@ -393,7 +393,7 @@ jobs:
393393
with:
394394
app-id: ${{ secrets.BOT_APP_ID }}
395395
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
396-
owner: kreuzberg-dev
396+
owner: xberg-io
397397

398398
- uses: actions/checkout@v7
399399
with:

0 commit comments

Comments
 (0)