From 8fcfa94ec21dacb9bbf759108419b330393359d8 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Wed, 4 Dec 2024 11:31:59 -0700 Subject: [PATCH] Update unittests.yaml --- .github/workflows/unittests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/unittests.yaml b/.github/workflows/unittests.yaml index b0c286f..11e8110 100644 --- a/.github/workflows/unittests.yaml +++ b/.github/workflows/unittests.yaml @@ -5,6 +5,7 @@ on: [push, pull_request] jobs: test: runs-on: ubuntu-24.04 + environment: github-actions steps: - name: Checkout uses: actions/checkout@v2 @@ -39,6 +40,7 @@ jobs: needs: test runs-on: ubuntu-24.04 + environment: github-actions env: SONATYPE_USER: ${{ secrets.SONATYPE_USER }} SONATYPE_PASS: ${{ secrets.SONATYPE_PASS }}