Compare commits

..

No commits in common. "ab083f5f57229d27e0529cd037de978365824c02" and "069ec2d7a1579f032b34d222c89540b1f499a6a4" have entirely different histories.

4 changed files with 4 additions and 10 deletions

View File

@ -3,7 +3,7 @@ name: GitHub Release
on:
workflow_call:
secrets:
RELEASE_TOKEN:
GITHUB_TOKEN:
description: 'GitHub token for release creation'
required: true
@ -104,7 +104,7 @@ jobs:
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
VERSION=${{ steps.get_version.outputs.VERSION }}
cd .pio/build/esp32dev

View File

@ -31,7 +31,7 @@ jobs:
if: needs.detect-provider.outputs.provider == 'github'
uses: ./.github/workflows/github-release.yml
secrets:
RELEASE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
gitea-release:
needs: detect-provider

View File

@ -1,11 +1,5 @@
# Changelog
## [1.3.13] - 2025-02-21
### Changed
- update webpages for version v1.3.13
- ci: update GitHub release workflow to use RELEASE_TOKEN for improved security
## [1.3.12] - 2025-02-21
### Changed
- update webpages for version v1.3.12

View File

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