From dd4440c0956acc8d5d9f06787fd055d6e027cf9d Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Thu, 7 Nov 2024 09:56:34 -0600 Subject: [PATCH] Create blank.yml --- .github/workflows/blank.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 0000000..247e943 --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,37 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the "main" branch + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v4 + + # logging in with OIDC + - name: 'Az CLI login' + uses: azure/login@v2 + with: + client-id: d951ac80-75f2-446a-aca6-cd53a68611f0 + tenant-id: e9846558-c4f0-4312-a89e-ebebe80779a1 + subscription-id: 2e9bfb26-ca29-44f5-8920-72c1b0b37188