mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 08:15:48 +00:00
Add keystore password from secrets to build
This commit is contained in:
@@ -25,6 +25,8 @@ jobs:
|
|||||||
java-version: '21'
|
java-version: '21'
|
||||||
|
|
||||||
- name: Run production build
|
- name: Run production build
|
||||||
|
env:
|
||||||
|
GAMEYFIN_KEYSTORE_PASSWORD: ${{ secrets.GAMEYFIN_KEYSTORE_PASSWORD }}
|
||||||
run: ./gradlew clean build -Pvaadin.productionMode=true
|
run: ./gradlew clean build -Pvaadin.productionMode=true
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
|||||||
Reference in New Issue
Block a user