Skip to content

Commit 763cd92

Browse files
authored
chore(ci): Sign 'Update dependencies' commit (#649)
1 parent 6c697de commit 763cd92

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,10 @@ jobs:
4747
git add .
4848
git commit -m "Update dependencies"
4949
git push
50+
51+
- name: "Sign 'Update dependencies' commit"
52+
env:
53+
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
54+
PULL_NUMBERS: ${{ fromJSON(needs.release-please.outputs.prs)[0].number }}
55+
GITHUB_REPOSITORY: ${{ github.repository }}
56+
uses: opentdf/platform/.github/actions/sign-backport-action-commits@main

0 commit comments

Comments
 (0)