Skip to content

Commit c02a84d

Browse files
committed
feat: add manifest
1 parent 2d95a18 commit c02a84d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
- name: Copy integration plugin to output directory
8484
working-directory: .
8585
run: cp ./integration-plugin/build/integration-plugin ./github-output/
86+
- name: Copy manifest to output directory
87+
working-directory: .
88+
run: cp ./integration-plugin/manifest.yaml ./github-output/
8689
- name: Pack output
8790
working-directory: .
8891
run: |

integration-plugin/manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
IntegrationType: github_account

0 commit comments

Comments
 (0)