Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Jowett authored and Alan Jowett committed Sep 14, 2023
1 parent 85d6f2f commit 772ea7a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: AZ_TEST

on:
pull_request:

permissions:
id-token: write
contents: read

jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Log into Azure
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Verify
run: |
az account show

0 comments on commit 772ea7a

Please sign in to comment.