diff --git a/.github/workflows/fic-auth.yml b/.github/workflows/fic-auth.yml new file mode 100644 index 0000000..d0745a5 --- /dev/null +++ b/.github/workflows/fic-auth.yml @@ -0,0 +1,15 @@ +name: fic-auth + +on: + workflow_dispatch: + +jobs: + who-am-i: + + runs-on: ubuntu-latest + + steps: + - name: Install Power Platform Tools + uses: microsoft/powerplatform-actions/actions-install@v1 + with: + pac-version-override: 2.4.1 \ No newline at end of file