Skip to content

Commit

Permalink
Update publish-to-redaxo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Aug 14, 2021
1 parent 94363d2 commit ca9a369
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publish-to-redaxo.yml
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
name: Publish release

on:
release:
types:
- published

jobs:
redaxo_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: FriendsOfREDAXO/[email protected]
with:
myredaxo-username: ${{ secrets.MYREDAXO_USERNAME }}
myredaxo-api-key: ${{ secrets.MYREDAXO_API_KEY }}
description: ${{ github.event.release.body }}

0 comments on commit ca9a369

Please sign in to comment.