Skip to content

Commit 2b70c2f

Browse files
Use javabin-releaser app for Homebrew tap token
1 parent 0f748c7 commit 2b70c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- uses: actions/create-github-app-token@v1
2424
id: app-token
2525
with:
26-
app-id: ${{ secrets.PLATFORM_APP_ID }}
27-
private-key: ${{ secrets.PLATFORM_APP_PRIVATE_KEY }}
26+
app-id: ${{ secrets.RELEASER_APP_ID }}
27+
private-key: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
2828
owner: javaBin
2929
repositories: homebrew-tap
3030

0 commit comments

Comments
 (0)