constellation/.github/workflows/purge-branch.yml
Fabian Kammel b21393ddb1
authorize purge branch (#1113)
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
2023-01-30 17:55:41 +01:00

18 lines
302 B
YAML

name: Purge branch
on:
delete:
jobs:
purge:
name: Delete ref from versions API
uses: ./.github/workflows/versionsapi.yml
permissions:
id-token: write
contents: read
secrets: inherit
with:
command: remove
rm_all: true
ref: ${{ github.event.ref }}