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 c2ca35c commit 785d943Copy full SHA for 785d943
.github/workflows/merge-up.yml
@@ -13,15 +13,14 @@ permissions:
13
14
jobs:
15
merge-up:
16
- environment: release
17
name: Create merge up pull request
18
runs-on: ubuntu-latest
19
20
steps:
21
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
22
with:
23
- app_id: ${{ vars.APP_ID }}
24
- private_key: ${{ secrets.APP_PRIVATE_KEY }}
+ app_id: ${{ vars.PR_APP_ID }}
+ private_key: ${{ secrets.PR_APP_PRIVATE_KEY }}
25
# Make sure to include fetch-depth 0 so all branches are fetched, not
26
# just the current one
27
fetch-depth: 0
0 commit comments