From 3df215791be86667c593be64ae475d3409fe3b27 Mon Sep 17 00:00:00 2001 From: Alex Fronteddu Date: Fri, 21 Apr 2023 16:18:41 -0400 Subject: [PATCH] Update build_and_publish_artifacts.yml --- .github/workflows/build_and_publish_artifacts.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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