Skip to content

Commit 8fcc50b

Browse files
alcaeusjyemin
authored andcommitted
Fix release workflow (mongodb#1422)
* Fix input names * Set git author information JAVA-5479
1 parent 8eb78af commit 8fcc50b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
required: true
1010
type: "string"
1111

12+
env:
13+
GIT_AUTHOR_EMAIL: "167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com"
14+
GIT_AUTHOR_NAME: "mongodb-dbx-release-bot[bot]"
15+
1216
jobs:
1317
prepare-release:
1418
environment: release
@@ -26,8 +30,8 @@ jobs:
2630

2731
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
2832
with:
29-
app-id: ${{ vars.APP_ID }}
30-
private-key: ${{ secrets.APP_PRIVATE_KEY }}
33+
app_id: ${{ vars.APP_ID }}
34+
private_key: ${{ secrets.APP_PRIVATE_KEY }}
3135

3236
- name: "Store version numbers in env variables"
3337
# The awk command to increase the version number was copied from

0 commit comments

Comments
 (0)