Skip to content

Commit b8a0535

Browse files
authored
Added allow-no-subscriptions to azure/login action (#946)
Some of the integration tests fail because of it and we don't need a subscription id anywhere
1 parent 6076828 commit b8a0535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
client-id: ${{ secrets.ARM_CLIENT_ID }}
3737
tenant-id: ${{ secrets.ARM_TENANT_ID }}
38-
subscription-id: ${{ secrets.ARM_SUBSCRIPTION_ID }}
38+
allow-no-subscriptions: true
3939

4040
- name: Run integration tests
4141
run: hatch run integration

0 commit comments

Comments
 (0)