Skip to content

Commit

Permalink
ci: add missing inputs and secret
Browse files Browse the repository at this point in the history
  • Loading branch information
awownysz-splunk committed Dec 8, 2023
1 parent 3303c14 commit 0ffeb6f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
GH_TOKEN_ADMIN:
description: Github admin token
required: true
GH_USER_ADMIN:
description: Github admin user
required: true
SEMGREP_PUBLISH_TOKEN:
description: Semgrep token
required: true
Expand Down Expand Up @@ -350,6 +353,8 @@ jobs:
uses: ./.github/actions/unit-tests
with:
python_version: '3.7'
GH_USER_ADMIN: ${{ secrets.GH_USER_ADMIN }}
GH_TOKEN_ADMIN: ${{ secrets.GH_TOKEN_ADMIN }}

run-unit-tests-3_9:
name: Unit tests
Expand All @@ -371,6 +376,8 @@ jobs:
uses: ./.github/actions/unit-tests
with:
python_version: '3.9'
GH_USER_ADMIN: ${{ secrets.GH_USER_ADMIN }}
GH_TOKEN_ADMIN: ${{ secrets.GH_TOKEN_ADMIN }}

build:
name: Build python 3.7
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/reusable-lightweight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ jobs:
uses: ./.github/actions/unit-tests
with:
python_version: '3.7'
GH_USER_ADMIN: ${{ secrets.GH_USER_ADMIN }}
GH_TOKEN_ADMIN: ${{ secrets.GH_TOKEN_ADMIN }}

run-unit-tests-3_9:
name: Unit tests 3.9
Expand All @@ -186,6 +188,8 @@ jobs:
uses: ./.github/actions/unit-tests
with:
python_version: '3.9'
GH_USER_ADMIN: ${{ secrets.GH_USER_ADMIN }}
GH_TOKEN_ADMIN: ${{ secrets.GH_TOKEN_ADMIN }}

build:
name: Build python-${{ matrix.python-version }}
Expand Down

0 comments on commit 0ffeb6f

Please sign in to comment.