Skip to content

[BUGFIX] enable github action #9

[BUGFIX] enable github action

[BUGFIX] enable github action #9

Workflow file for this run

name: TYPO3 TER Upload
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 }}