Skip to content

Commit ddbd8db

Browse files
committed
add workflow to create release manifest for service when tag is cut
1 parent d0a2701 commit ddbd8db

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Create Release Manifest
2+
on:
3+
push:
4+
tags:
5+
- release-*
6+
7+
permissions:
8+
id-token: write
9+
contents: write
10+
11+
jobs:
12+
release-manifest:
13+
uses: dvsa/des-workflow-actions/.github/workflows/release-manifest.yaml@main
14+
with:
15+
component: 'api'
16+
secrets: inherit

0 commit comments

Comments
 (0)