We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allow-no-subscriptions
azure/login
1 parent 6076828 commit b8a0535Copy full SHA for b8a0535
.github/workflows/acceptance.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
client-id: ${{ secrets.ARM_CLIENT_ID }}
37
tenant-id: ${{ secrets.ARM_TENANT_ID }}
38
- subscription-id: ${{ secrets.ARM_SUBSCRIPTION_ID }}
+ allow-no-subscriptions: true
39
40
- name: Run integration tests
41
run: hatch run integration
0 commit comments