Skip to content

Commit

Permalink
Merge pull request #92 from sourcebroker/fix/github-release
Browse files Browse the repository at this point in the history
[BUGFIX] Fix wrong usage of repository variable in github action
  • Loading branch information
kszymukowicz committed Jul 13, 2024
2 parents d2e2db8 + 5260119 commit fc2b122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
needs: [release]
runs-on: ubuntu-latest
env:
TYPO3_EXTENSION_KEY: ${{ env.TYPO3_EXTENSION_KEY }}
TYPO3_EXTENSION_KEY: ${{ vars.TYPO3_EXTENSION_KEY }}
TYPO3_API_TOKEN: ${{ secrets.TYPO3_API_TOKEN }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fc2b122

Please sign in to comment.