File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 RELEASE_CHANNEL : ${{ steps.npm-tag.outputs.RELEASE_CHANNEL }}
1616 steps :
1717 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
18- - uses : mongodb-js/devtools-shared/actions/setup-bot-token@main
19- id : app-token
20- with :
21- app-id : ${{ vars.DEVTOOLS_BOT_APP_ID }}
22- private-key : ${{ secrets.DEVTOOLS_BOT_PRIVATE_KEY }}
2318 - uses : actions/checkout@v5
2419 with :
2520 fetch-depth : 0
8580 if : needs.check.outputs.VERSION_EXISTS == 'false'
8681 steps :
8782 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
83+ - uses : mongodb-js/devtools-shared/actions/setup-bot-token@main
84+ id : app-token
85+ with :
86+ app-id : ${{ vars.DEVTOOLS_BOT_APP_ID }}
87+ private-key : ${{ secrets.DEVTOOLS_BOT_PRIVATE_KEY }}
8888 - uses : actions/checkout@v5
8989 - uses : actions/setup-node@v6
9090 with :
You can’t perform that action at this time.
0 commit comments