Skip to content

Commit

Permalink
chore: init pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
KrohnMi committed Oct 4, 2024
1 parent 2da75da commit 13171ef
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: TERUpload

on:
push:
tags:
- "**"

jobs:
TERUpload:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v1
- uses: tomasnorre/typo3-upload-ter@v2
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}

0 comments on commit 13171ef

Please sign in to comment.