There was an error while loading. Please reload this page.
1 parent c525a6a commit c7c33bbCopy full SHA for c7c33bb
1 file changed
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
if: startsWith(github.ref, 'refs/tags/')
80
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
81
with:
82
- app-id: ${{ secrets.BOT_APP_ID }}
+ client-id: ${{ secrets.BOT_APP_CLIENT_ID }}
83
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
84
repositories: kubedb,homebrew-tap
85
- name: Run GoReleaser
0 commit comments