diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b3a033..fbba386 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: id: tap_token uses: actions/create-github-app-token@v3.2.0 with: - app-id: ${{ secrets.HOMEBREW_TAP_APP_ID }} + client-id: ${{ secrets.HOMEBREW_TAP_APP_ID }} private-key: ${{ secrets.HOMEBREW_TAP_APP_PRIVATE_KEY }} owner: dnsimple repositories: homebrew-tap