https://github.com/mittwald/typo3-publish-ter-action
Github Action to publish a TYPO3 extension into the TYPO3 extension repository (TER)
https://github.com/mittwald/typo3-publish-ter-action
publishing typo3
Last synced: 3 days ago
JSON representation
Github Action to publish a TYPO3 extension into the TYPO3 extension repository (TER)
- Host: GitHub
- URL: https://github.com/mittwald/typo3-publish-ter-action
- Owner: mittwald
- Created: 2020-08-28T08:00:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T13:12:26.000Z (almost 4 years ago)
- Last Synced: 2025-03-13T13:18:28.386Z (4 months ago)
- Topics: publishing, typo3
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TER publish action
This repository contains a Github Action to publish a TYPO3 extension into the TYPO3 extension repository (TER).
## Inputs
ter-username
-
Required This is your typo3.org username. ter-password
-
Required Your typo3.org password. Yes, an API key would be much nicer -- unfortunately, username+password authentication is the only mechanism supported by TER. extension-key
-
Required Your extension key. extension-dir
- The directory from which your extension should be published. Defaults to
"."
## Example usage
```yaml
uses: mittwald/[email protected]
with:
ter-username: ${{ secrets.ter_username }}
ter-password: ${{ secrets.ter_password }}
extension-key: example_extension
```