Skip to content

Commit 84b4d14

Browse files
ci: sign commits for bot workflows (#1419)
Co-authored-by: Marcos Sevilla <[email protected]> Co-authored-by: Marcos Sevilla <[email protected]>
1 parent abe06d4 commit 84b4d14

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/bump_templates.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
- name: Create Pull Request
2626
uses: peter-evans/[email protected]
2727
with:
28-
token: ${{ secrets.VGV_BOT_PAT }}
2928
base: main
29+
labels: bot
3030
branch: feat/bump-template-bundles
31-
commit-message: "feat: bump template bundles"
3231
title: "feat: bump template bundles"
3332
body: Please squash and merge me!
34-
labels: bot
33+
commit-message: "feat: bump template bundles"
34+
token: ${{ secrets.VGV_BOT_PAT }}
35+
sign-commits: true

.github/workflows/spdx_license_bot.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ jobs:
4949
if: ${{ env.did_change == 'true' }}
5050
uses: peter-evans/[email protected]
5151
with:
52-
token: ${{ secrets.VGV_BOT_PAT }}
5352
base: main
53+
labels: bot
5454
branch: chore/update-spdx-license
55-
commit-message: "chore: update SPDX licenses"
5655
title: "chore: update SPDX licenses"
5756
body: Please squash and merge me!
58-
labels: bot
57+
commit-message: "chore: update SPDX licenses"
58+
token: ${{ secrets.VGV_BOT_PAT }}
59+
sign-commits: true

0 commit comments

Comments
 (0)