There was an error while loading. Please reload this page.
1 parent a1f9615 commit 030c543Copy full SHA for 030c543
README.md
@@ -44,9 +44,13 @@ Use this action to create signed git artifacts:
44
45
- name: Create signed commit
46
uses: mongodb/drivers-github-tools/git-sign@v2
47
+ with:
48
+ command: "git commit -m 'Commit' -s --gpg-sign=${{ vars.GPG_KEY_ID }}"
49
50
- name: Create signed tag
51
52
53
+ command: "git tag -m 'Tag' -s --local-user=${{ vars.GPG_KEY_ID }} <tag>"
54
```
55
56
### gpg-sign
@@ -152,4 +156,4 @@ If `dry_run` is set, nothing will be published or pushed.
152
156
product_name: winkerberos
153
157
token: ${{ github.token }}
154
158
dry_run: ${{ inputs.dry_run }}
155
-```
159
+```
0 commit comments