Compare commits

..

No commits in common. "b38e3fa5ef2ec77c7138c16b0ccd05b7abee26de" and "df1b87465c87516f90e13eddd12f491658a9adb6" have entirely different histories.

3 changed files with 10 additions and 15 deletions

View File

@ -6,7 +6,15 @@ on:
GITEA_TOKEN:
description: 'Token für Gitea API-Zugriff'
required: true
FTP_PASSWORD:
description: 'FTP Password for firmware upload'
required: true
FTP_USER:
description: 'FTP User for firmware upload'
required: true
FTP_HOST:
description: 'FTP Host for firmware upload'
required: true
outputs:
version:
description: 'The version that was released'
@ -211,11 +219,6 @@ jobs:
run: sudo apt-get install -y lftp
- name: Debug Secrets
env:
FTP_PASSWORD: ${{ secrets.FTP_PASSWORD }}
FTP_USER: ${{ secrets.FTP_USER }}
FTP_HOST: ${{ secrets.FTP_HOST }}
VERSION: ${{ steps.get_version.outputs.VERSION }}
run: |
echo "Check if secrets are defined:"
if [ -n "${{ secrets.FTP_USER }}" ]; then echo "FTP_USER is defined"; else echo "FTP_USER is empty"; fi

View File

@ -1,13 +1,5 @@
# Changelog
## [1.3.88] - 2025-02-23
### Changed
- update webpages for version v1.3.88
### Fixed
- update Gitea release workflow to use secrets for FTP credentials
## [1.3.87] - 2025-02-23
### Changed
- update webpages for version v1.3.87

View File

@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[common]
version = "1.3.88"
version = "1.3.87"
##
[env:esp32dev]
platform = espressif32