diff --git a/.github/workflows/go-test-linux.yaml b/.github/workflows/go-test-linux.yaml index a877431..f018489 100644 --- a/.github/workflows/go-test-linux.yaml +++ b/.github/workflows/go-test-linux.yaml @@ -11,7 +11,7 @@ permissions: jobs: go-test-linux: - name: "Go test with Senzing: ${{ matrix.senzingsdk-version }}; OS: ${{ matrix.os }}; Go: ${{ matrix.go }}" + name: "Go test with OS: ${{ matrix.os }}; Go: ${{ matrix.go }}" runs-on: ${{ matrix.os }} strategy: matrix: @@ -38,7 +38,8 @@ jobs: - name: Install Senzing SDK uses: senzing-factory/github-action-install-senzing-sdk@v1 with: - senzingsdk-version: ${{ matrix.senzingsdk-version }} + senzingsdk-repository-package: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_PACKAGE }} + senzingsdk-repository-path: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_URL }} - name: Copy /etc files run: sudo mkdir -p /etc/opt/senzing && sudo cp testdata/senzing-license/g2.lic /etc/opt/senzing/g2.lic diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index 4e739c7..e5513cc 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -26,7 +26,8 @@ jobs: - name: Install Senzing SDK uses: senzing-factory/github-action-install-senzing-sdk@v1 with: - senzingsdk-version: staging-v4 + senzingsdk-repository-package: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_PACKAGE }} + senzingsdk-repository-path: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_URL }} - name: Copy Senzing headers run: |