Skip to content

Commit 3a4520d

Browse files
committed
Add deploy workflow
1 parent 9fd118a commit 3a4520d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Deploy
2+
on:
3+
workflow_dispatch:
4+
permissions:
5+
contents: read
6+
id-token: write
7+
jobs:
8+
deploy:
9+
uses: codice/release-pipelines/.github/workflows/maven-manual-deploy.yml@aws-codeartifact

0 commit comments

Comments
 (0)