We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d99cfb commit e4a9f33Copy full SHA for e4a9f33
1 file changed
.github/workflows/pull-request-test.yml
@@ -218,6 +218,8 @@ jobs:
218
runs-on: ubuntu-24.04
219
needs: [check-deploy, deploy-pr, deploy-pr-azure]
220
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
223
steps:
224
225
- name: Azure login
0 commit comments