Skip to content

Commit

Permalink
Update test_action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili authored Jun 4, 2024
1 parent bda078f commit 15f5f44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
steps:
- name: 'Az CLI login'
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Hello world action step
id: hello
uses: Genometric/[email protected]
Expand Down

0 comments on commit 15f5f44

Please sign in to comment.