Skip to content

Commit

Permalink
Merge branch 'v0.26' into concepts-link
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis authored Oct 23, 2023
2 parents 58fe6df + 53e61d5 commit 0d1db43
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/validate-bicep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: az CLI login
run: |
az login --service-principal \
--username ${{ secrets.AZURE_SP_TESTS_APPID }} \
--password ${{ secrets.AZURE_SP_TESTS_PASSWORD }} \
--tenant ${{ secrets.AZURE_SP_TESTS_TENANTID }}
- name: Parse release version and set environment variables
run: python ./.github/scripts/get_docs_version.py
- name: Download rad-bicep
Expand Down

0 comments on commit 0d1db43

Please sign in to comment.