mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
b21393ddb1
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
18 lines
302 B
YAML
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 }}
|