Skip to content

Commit e4a9f33

Browse files
committed
allow azure login
1 parent 8d99cfb commit e4a9f33

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pull-request-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ jobs:
218218
runs-on: ubuntu-24.04
219219
needs: [check-deploy, deploy-pr, deploy-pr-azure]
220220
if: github.event.action != 'closed' && (needs.check-deploy.outputs.switch-deploy == 'true' || needs.check-deploy.outputs.azure-deploy == 'true') && needs.check-deploy.outputs.test-legacy-enabled == 'true'
221+
permissions:
222+
id-token: write
221223
steps:
222224

223225
- name: Azure login

0 commit comments

Comments
 (0)