From f9f840e81dc98c670c0ec20902197587422315ad Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:22:07 -0800 Subject: [PATCH] update install inputs --- .github/workflows/go-test-linux.yaml | 6 +++--- .github/workflows/golangci-lint.yaml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go-test-linux.yaml b/.github/workflows/go-test-linux.yaml index d7abe37..a60ef52 100644 --- a/.github/workflows/go-test-linux.yaml +++ b/.github/workflows/go-test-linux.yaml @@ -12,13 +12,12 @@ 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: go: ["1.21"] os: [ubuntu-latest] - senzingsdk-version: [staging-v4] steps: - name: Checkout repository @@ -39,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: |