ci: add missing secrets to purge branch workflow

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-01-09 14:43:16 +01:00
parent 636567d65a
commit 8643c791f0

View File

@ -7,6 +7,7 @@ jobs:
purge: purge:
name: Delete ref from versions API name: Delete ref from versions API
uses: ./.github/workflows/versionsapi.yml uses: ./.github/workflows/versionsapi.yml
secrets: inherit
with: with:
command: rm command: rm
rm_all: true rm_all: true