Skip to content

Commit

Permalink
[fixup] define env for all steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Aug 14, 2024
1 parent 242aef2 commit 5ba13eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
PROJECT: minisatip2
steps:
- uses: actions/checkout@v4
- name: configure
Expand All @@ -31,6 +34,4 @@ jobs:
--form version=trunk \
--form description="`git log -1 --pretty=format:%h`" \
https://scan.coverity.com/builds?project=$PROJECT
env:
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
PROJECT: minisatip2

0 comments on commit 5ba13eb

Please sign in to comment.