From 8643c791f0a6c62cf283d3852f219dab7d5f77b6 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:43:16 +0100 Subject: [PATCH] ci: add missing secrets to purge branch workflow Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- .github/workflows/purge-branch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/purge-branch.yml b/.github/workflows/purge-branch.yml index 427787e0d..c2510970a 100644 --- a/.github/workflows/purge-branch.yml +++ b/.github/workflows/purge-branch.yml @@ -7,6 +7,7 @@ jobs: purge: name: Delete ref from versions API uses: ./.github/workflows/versionsapi.yml + secrets: inherit with: command: rm rm_all: true