mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-14 00:49:31 -05:00
ci: add missing secrets to purge branch workflow
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
636567d65a
commit
8643c791f0
1
.github/workflows/purge-branch.yml
vendored
1
.github/workflows/purge-branch.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user