From bc5b9dda28e37ee2a5dc9daa98868ba4a339839e Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 23 Dec 2024 14:04:14 -0800 Subject: [PATCH] [actions] release workflow needs some new domains (because less stuff is included by default now) --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ea4e63f84..d6f97d2e84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,9 @@ jobs: allowed-endpoints: api.github.com:443 github.com:443 + raw.githubusercontent.com:443 + nodejs.org:443 + registry.npmjs.org:443 - name: Get version from tag id: tag_name