From 0f1881c66b46f61fcdde287d1974c1e4d46f29b5 Mon Sep 17 00:00:00 2001 From: Niels Swimberghe <3382717+Swimburger@users.noreply.github.com> Date: Thu, 20 Apr 2023 17:37:47 -0700 Subject: [PATCH] Attempt to fix release --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2c80be..aea65e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,7 @@ jobs: checks: write with: libraryVersion: ${{ inputs.libraryVersion }} - secrets: - token: ${{ secrets.GITHUB_TOKEN }} + secrets: inherit release: if: contains('["Swimburger","dprothero"]', github.actor)