diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index de8451810..2cf35a7c2 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -57,9 +57,18 @@ jobs: echo "$BODY" | envsubst >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT + - name: GitHub App token + id: github_app_token + uses: tibdex/github-app-token@v1.6.0 + with: + app_id: ${{ secrets.KAKAROT_BOT_APP_ID }} + private_key: ${{ secrets.KAKAROT_BOT_APP_PRIVATE_KEY }} + - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: + token: + ${{ steps.github_app_token.outputs.token || secrets.GITHUB_TOKEN }} add-paths: ./Cargo.lock commit-message: ${{ steps.msg.outputs.commit_message }} title: ${{ env.TITLE }}