Skip to content

Commit cbcb6fa

Browse files
authored
Merge pull request #16 from FriendsOfREDAXO/publish-action
Create publish-to-redaxo-org.yml
2 parents 30eda8f + aa9f5bd commit cbcb6fa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Instructions: https://github.com/FriendsOfREDAXO/installer-action/
2+
3+
name: Publish to REDAXO.org
4+
on:
5+
release:
6+
types:
7+
- published
8+
9+
jobs:
10+
redaxo_publish:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
- uses: FriendsOfREDAXO/installer-action@v1
15+
with:
16+
myredaxo-username: ${{ secrets.MYREDAXO_USERNAME }}
17+
myredaxo-api-key: ${{ secrets.MYREDAXO_API_KEY }}
18+
description: ${{ github.event.release.body }}

0 commit comments

Comments
 (0)