Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Update Assignment1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Sep 28, 2023
1 parent eaeb1e1 commit 54e7855
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/Assignment1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
- name: Login to Azure
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_CREATED_SP }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Show Connection Success
run: az account show
Expand Down

0 comments on commit 54e7855

Please sign in to comment.