ci: added env var to ci

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2024-05-07 23:05:48 +02:00
parent c9f6f7e36c
commit 46a3ff542b
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -25,3 +25,5 @@ jobs:
- run: ./gradlew publish
name: Upload
env:
PACKAGE_REPO_KEY: ${{ secrets.PACKAGE_REPO_KEY }}