Create unattended_deployment.yml

This commit is contained in:
Kevin M. Gates 2021-10-14 14:45:51 -05:00 коммит произвёл GitHub
Родитель 130031392a
Коммит 1404f1da69
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 30 добавлений и 0 удалений

30
.github/workflows/unattended_deployment.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,30 @@
# This is a basic workflow to help you get started with Actions
name: Unattended Deployment
env:
iteration: ${{github.run_number}}
# Controls when the workflow will run
on:
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
run_main-sh:
runs-on: ubuntu-latest
name: Run main.sh script
steps:
# nothing
- name: 'Login via Azure CLI'
uses: azure/login@v1
with:
creds: ${{ secrets.KGATES_AZURE_SP }}
- uses: actions/checkout@v2
- name: Call the script
run: bash ./main.sh -a msal-test-kgates$iteration -c easyauth-kgates$iteration -r easy-auth$iteration -e kgates@microsoft.com -d microsoft.com -l eastus