We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ab2ac commit 4bcef55Copy full SHA for 4bcef55
.github/workflows/update-builder-toml.yml
@@ -71,6 +71,12 @@ jobs:
71
with:
72
branch: "automation/builder-toml-update"
73
74
+ - name: Rebase branch
75
+ uses: paketo-buildpacks/github-config/actions/pull-request/rebase-branch@main
76
+ with:
77
+ keyid: ${{ secrets.PAKETO_BOT_GPG_SIGNING_KEY_ID }}
78
+ key: ${{ secrets.PAKETO_BOT_GPG_SIGNING_KEY }}
79
+
80
- name: Update builder.toml
81
uses: paketo-buildpacks/github-config/actions/builder/update@main
82
0 commit comments