forked from tbnobody/OpenDTU
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
f859586
commit 1fe8d3f
Showing
2 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
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/[email protected] | ||
# 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters