diff --git a/.github/workflows/build_and_publish_artifacts.yml b/.github/workflows/build_and_publish_artifacts.yml index 7682692..7fc3354 100644 --- a/.github/workflows/build_and_publish_artifacts.yml +++ b/.github/workflows/build_and_publish_artifacts.yml @@ -1,6 +1,5 @@ -# This is a basic workflow to help you get started with Actions - -name: CI +name: Publish ASN IP Ranges +permissions: write-all # Controls when the workflow will run on: @@ -28,7 +27,7 @@ jobs: # Runs ASN2IP.ps1 with PS - name: Run ASN2IP Script shell: pwsh - run: ./ASN2IP.ps1 -ORGANIZATION_NAME "microsoft" + run: ./ASN2IP.ps1 - name: Create Release id: create_release