Skip to content

Feature/php83 (#33) #22

Feature/php83 (#33)

Feature/php83 (#33) #22

Workflow file for this run

name: Deploy to TER
on:
push:
tags:
- "**"
jobs:
TERUpload:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: tomasnorre/typo3-upload-ter@v2
with:
api-token: ${{ secrets.TYPO3_ORG_API_TOKEN }}