From 5c816edc1d146767143ce894707bd7284aca400c Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 23 Dec 2024 21:49:15 -0800 Subject: [PATCH] [actions] publish action: allow additional URL --- .github/workflows/npm-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 004c88360e..2e654951b6 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -105,6 +105,7 @@ jobs: nodejs.org:443 prod.api.stepsecurity.io:443 registry.npmjs.org:443 + raw.githubusercontent.com:443 - uses: actions/checkout@v4 with: