We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30eda8f + aa9f5bd commit cbcb6faCopy full SHA for cbcb6fa
.github/workflows/publish-to-redaxo-org.yml
@@ -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