Skip to content

Commit

Permalink
cicd: Added codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Mar 18, 2024
1 parent 889e48a commit ac8f78f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: jreleaser-release
name: riot-release
path: |
out/jreleaser/trace.log
out/jreleaser/output.properties
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
with:
name: artifacts
path: plugins

- name: Download docs
uses: actions/download-artifact@v4
with:
name: docs
path: docs

- name: Download jlink
uses: actions/download-artifact@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/step-jlink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Jlink
uses: jreleaser/release-action@v2
Expand Down

0 comments on commit ac8f78f

Please sign in to comment.