disable "based on OpenDTU" badge
disabled as uploading the changed gist failed repeatedly. maybe the token in secrets.GIST_SECRET has expired? need help from repo owner @helgeerbe to fix this.
This commit is contained in:
parent
f8595865ea
commit
1fe8d3f513
21
.github/workflows/build.yml
vendored
21
.github/workflows/build.yml
vendored
@ -139,15 +139,18 @@ jobs:
|
||||
run: |
|
||||
echo "OPEN_DTU_CORE_RELEASE=$(git for-each-ref --sort=creatordate --format '%(refname) %(creatordate)' refs/tags | grep 'refs/tags/v' | tail -1 | sed 's#.*/##' | sed 's/ .*//')" >> $GITHUB_ENV
|
||||
|
||||
- name: Create openDTU-core-release-Badge
|
||||
uses: schneegans/dynamic-badges-action@v1.6.0
|
||||
with:
|
||||
auth: ${{ secrets.GIST_SECRET }}
|
||||
gistID: 68b47cc8c8994d04ab3a4fa9d8aee5e6
|
||||
filename: openDTUcoreRelease.json
|
||||
label: based on original OpenDTU
|
||||
message: ${{ env.OPEN_DTU_CORE_RELEASE }}
|
||||
color: lightblue
|
||||
# disabled as uploading the changed gist failed repeatedly.
|
||||
# maybe the token in secrets.GIST_SECRET has expired?
|
||||
# need help from repo owner @helgeerbe to fix this.
|
||||
# - name: Create openDTU-core-release-Badge
|
||||
# uses: schneegans/dynamic-badges-action@v1.6.0
|
||||
# with:
|
||||
# auth: ${{ secrets.GIST_SECRET }}
|
||||
# gistID: 68b47cc8c8994d04ab3a4fa9d8aee5e6
|
||||
# filename: openDTUcoreRelease.json
|
||||
# label: based on original OpenDTU
|
||||
# message: ${{ env.OPEN_DTU_CORE_RELEASE }}
|
||||
# color: lightblue
|
||||
|
||||
- name: Build Changelog
|
||||
id: github_release
|
||||
|
||||
@ -9,7 +9,10 @@
|
||||
|
||||
This is a fork of [OpenDTU](https://github.com/tbnobody/OpenDTU).
|
||||
|
||||
<!---
|
||||
disabled while "create release badge" action is broken, see .github/build.yml
|
||||

|
||||
--->
|
||||
|
||||
[](https://github.com/helgeerbe/OpenDTU-OnBattery/actions/workflows/build.yml)
|
||||
[](https://github.com/helgeerbe/OpenDTU-OnBattery/actions/workflows/cpplint.yml)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user