We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f748c7 commit 2b70c2fCopy full SHA for 2b70c2f
.github/workflows/release.yml
@@ -23,8 +23,8 @@ jobs:
23
- uses: actions/create-github-app-token@v1
24
id: app-token
25
with:
26
- app-id: ${{ secrets.PLATFORM_APP_ID }}
27
- private-key: ${{ secrets.PLATFORM_APP_PRIVATE_KEY }}
+ app-id: ${{ secrets.RELEASER_APP_ID }}
+ private-key: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
28
owner: javaBin
29
repositories: homebrew-tap
30
0 commit comments