diff --git a/.github/workflows/go-licenses.yml b/.github/workflows/go-licenses.yml index 0a7c0efe8..5d434f90a 100644 --- a/.github/workflows/go-licenses.yml +++ b/.github/workflows/go-licenses.yml @@ -46,6 +46,7 @@ jobs: id: generate-token with: app_id: ${{ secrets.LICENSING_APP_ID }} + installation_id: ${{ secrets.LICENSING_APP_INSTALLATION_ID }} private_key: ${{ secrets.LICENSING_APP_PRIVATE_KEY }} - name: Send pull request @@ -53,10 +54,11 @@ jobs: with: token: ${{ steps.generate-token.outputs.token }} author: License Updater + committer: License Updater branch: licenses/cli - branch-suffix: short-commit-hash commit-message: "licenses: update tailscale{,d} licenses" title: "licenses: update tailscale{,d} licenses" body: Triggered by ${{ github.repository }}@${{ github.sha }} + signoff: true delete-branch: true team-reviewers: opensource-license-reviewers