forked from tbnobody/OpenDTU
-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3740ac6
commit 43b38ac
Showing
1 changed file
with
18 additions
and
0 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 |
---|---|---|
|
@@ -187,3 +187,21 @@ jobs: | |
artifacts/*.zip, artifacts/*.bin | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} | ||
|
||
badges-test: | ||
name: Create bagdge test | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: Get openDTU core release | ||
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] | ||
Check warning Code scanning / CodeQL Unpinned tag for a non-immutable Action in workflow Medium
Unpinned 3rd party Action 'OpenDTU-OnBattery Build' step
Uses Step Error loading related location Loading |
||
with: | ||
auth: ${{ secrets.GIST_SECRET }} | ||
gistID: 856dda48c1cadac6ea495213340c612b | ||
filename: openDTUcoreRelease.json | ||
label: based on original OpenDTU | ||
message: ${{ env.OPEN_DTU_CORE_RELEASE }} | ||
color: lightblue | ||
Check warning Code scanning / CodeQL Workflow does not contain permissions Medium
Actions Job or Workflow does not set permissions
|