Skip to content

Commit c7c33bb

Browse files
committed
ci: migrate actions/create-github-app-token app-id to client-id
1 parent c525a6a commit c7c33bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: startsWith(github.ref, 'refs/tags/')
8080
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
8181
with:
82-
app-id: ${{ secrets.BOT_APP_ID }}
82+
client-id: ${{ secrets.BOT_APP_CLIENT_ID }}
8383
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
8484
repositories: kubedb,homebrew-tap
8585
- name: Run GoReleaser

0 commit comments

Comments
 (0)