Skip to content

Commit 68e715a

Browse files
committed
GH workflow
1 parent dad186c commit 68e715a

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on:
2+
push:
3+
tags:
4+
- 'v*'
5+
6+
name: Upload to HumHub Marketplace
7+
8+
jobs:
9+
build:
10+
uses: humhub/module-coding-standards/.github/workflows/marketplace-upload.yml@main
11+
secrets:
12+
MARKETPLACE_API_KEY: ${{ secrets.MARKETPLACE_API_KEY }}
13+
MARKETPLACE_API_KEY_INT: ${{ secrets.MARKETPLACE_API_KEY_INT }}

.github/workflows/rector-auto-pr.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)