Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Strick van Linschoten <[email protected]>
  • Loading branch information
safoinme and strickvl authored Sep 4, 2023
1 parent 923150d commit 7cdb910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
MLSTACKS_ANALYTICS_OPT_IN=false
permissions:
contents: "read"
id-token: "write"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/destroy-test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
MLSTACKS_ANALYTICS_OPT_IN=false
permissions:
contents: "read"
id-token: "write"
Expand Down

0 comments on commit 7cdb910

Please sign in to comment.