File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ jobs:
14
14
runs-on : " ubuntu-22.04"
15
15
16
16
permissions :
17
- # Give the default GITHUB_TOKEN write permission to commit and push the
18
- # added or changed files to the repository.
17
+ id-token : write
19
18
contents : write
20
19
21
20
steps :
22
- - name : " Checkout"
23
- uses : " actions/checkout@v4"
21
+ - name : " Generate token and checkout repository"
22
+ uses : mongodb-labs/drivers-github-tools/secure-checkout@v2
23
+ with :
24
+ app_id : ${{ vars.PR_APP_ID }}
25
+ private_key : ${{ secrets.PR_APP_PRIVATE_KEY }}
24
26
25
27
- name : " Setup cache environment"
26
28
id : " extcache"
65
67
uses : stefanzweifel/git-auto-commit-action@v5
66
68
with :
67
69
commit_message : " Apply PHP CS fixes"
68
- commit_user_name : ' mongodb-dbx-release-bot'
69
- commit_user_email : ' 167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com'
70
- commit_author : ' mongodb-php-bot <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>'
71
-
72
-
70
+ commit_user_name : ' mongodb-drivers-pr-bot[bot]'
71
+ commit_user_email : ' 124201131+mongodb-drivers-pr-bot[bot]@users.noreply.github.com'
72
+ commit_author : ' mongodb-drivers-pr-bot[bot] <124201131+mongodb-drivers-pr-bot[bot]@users.noreply.github.com>'
You can’t perform that action at this time.
0 commit comments