Skip to content

Instantly share code, notes, and snippets.

@garrytrinder
Created May 2, 2022 17:25
Show Gist options
  • Save garrytrinder/4512b846e198d8ffaa7547e26f371906 to your computer and use it in GitHub Desktop.
Save garrytrinder/4512b846e198d8ffaa7547e26f371906 to your computer and use it in GitHub Desktop.
Test workflow for CLI for Microsoft 365 Login Action
on: [workflow_dispatch]
jobs:
cli_login_job:
runs-on: ubuntu-latest
name: CLI Login Job
steps:
- name: Checkout
uses: actions/checkout@v3
- name: CLI for Microsoft 365 Login
uses: ./
id: login
with:
ADMIN_USERNAME: ${{ secrets.ADMIN_USERNAME }}
ADMIN_PASSWORD: ${{ secrets.ADMIN_PASSWORD }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment