Skip to content

Commit 785d943

Browse files
authored
Use different credentials for merge-up PRs (#1968)
1 parent c2ca35c commit 785d943

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/merge-up.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ permissions:
1313

1414
jobs:
1515
merge-up:
16-
environment: release
1716
name: Create merge up pull request
1817
runs-on: ubuntu-latest
1918

2019
steps:
2120
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
2221
with:
23-
app_id: ${{ vars.APP_ID }}
24-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
22+
app_id: ${{ vars.PR_APP_ID }}
23+
private_key: ${{ secrets.PR_APP_PRIVATE_KEY }}
2524
# Make sure to include fetch-depth 0 so all branches are fetched, not
2625
# just the current one
2726
fetch-depth: 0

0 commit comments

Comments
 (0)