From 81bde63974ecb2dd9a63278c935c37324e55ca4f Mon Sep 17 00:00:00 2001 From: Wayback Archiver <66856220+waybackarchiver@users.noreply.github.com> Date: Tue, 2 Jul 2024 08:46:07 +0000 Subject: [PATCH] Fix deb and rpm release --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e1983bc..e071e0fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -182,6 +182,7 @@ jobs: with: product: wayback type: deb + egress-policy: audit secrets: fury-token: ${{ secrets.FURY_TOKEN }} @@ -193,6 +194,7 @@ jobs: with: product: wayback type: rpm + egress-policy: audit secrets: fury-token: ${{ secrets.FURY_TOKEN }}