Skip to content

Commit

Permalink
Update build_and_publish_artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aalex954 authored Apr 21, 2023
1 parent 0d67a40 commit 3df2157
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_and_publish_artifacts.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3df2157

Please sign in to comment.