Skip to content

Commit

Permalink
[BUGFIX] Run github action only on tags in the public repo
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Schwemer <marcus.schwemer@in2code.de>
(cherry picked from commit f429fb5)
  • Loading branch information
mschwemer committed May 8, 2024
1 parent 3a24426 commit 09a73fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ on:

jobs:
ter-release:
if: github.repository == 'in2code-de/powermail'
name: TER release
runs-on: ubuntu-latest
env:
TYPO3_EXTENSION_KEY: 'powermail'
REPOSITORY_URL: 'https://github.com/einpraegsam/powermail'
REPOSITORY_URL: 'https://github.com/in2code-de/powermail'
TYPO3_API_TOKEN: ${{ secrets.TYPO3_API_TOKEN }}
TYPO3_API_USERNAME: ${{ secrets.TYPO3_API_USERNAME }}
TYPO3_API_PASSWORD: ${{ secrets.TYPO3_API_PASSWORD }}
Expand Down

0 comments on commit 09a73fc

Please sign in to comment.