We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c697de commit 763cd92Copy full SHA for 763cd92
.github/workflows/release.yaml
@@ -47,3 +47,10 @@ jobs:
47
git add .
48
git commit -m "Update dependencies"
49
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