We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb78af commit 8fcc50bCopy full SHA for 8fcc50b
.github/workflows/release.yml
@@ -9,6 +9,10 @@ on:
9
required: true
10
type: "string"
11
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
+
16
jobs:
17
prepare-release:
18
environment: release
@@ -26,8 +30,8 @@ jobs:
26
30
27
31
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
28
32
with:
29
- app-id: ${{ vars.APP_ID }}
- private-key: ${{ secrets.APP_PRIVATE_KEY }}
33
+ app_id: ${{ vars.APP_ID }}
34
+ private_key: ${{ secrets.APP_PRIVATE_KEY }}
35
36
- name: "Store version numbers in env variables"
37
# The awk command to increase the version number was copied from
0 commit comments