Skip to content

Commit

Permalink
Drop secrete extension key
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Nov 2, 2024
1 parent 18ead3b commit 5c9046c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-20.04
env:
TYPO3_EXTENSION_KEY: ${{ secrets.TYPO3_EXTENSION_KEY }}
TYPO3_EXTENSION_KEY: 'staticfilecache'
TYPO3_API_TOKEN: ${{ secrets.TYPO3_API_TOKEN }}

steps:
Expand Down

0 comments on commit 5c9046c

Please sign in to comment.