diff --git a/.github/workflows/node-sdk.yml b/.github/workflows/node-sdk.yml index d490eedf..ed1eb995 100644 --- a/.github/workflows/node-sdk.yml +++ b/.github/workflows/node-sdk.yml @@ -36,15 +36,14 @@ jobs: env: BUILD_NUMBER: ${{ github.run_number }} AWS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} - # GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} - + strategy: matrix: config: - { runs-on: ubuntu-24.04, container: openziti/ziti-builder:v2, target: "linux", arch: "x64" } node_ver: [ 20 ] fail-fast: false - + steps: - name: Node Version @@ -56,12 +55,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - # submodules: recursive - # token: ${{ secrets.GITHUB_TOKEN }} - - # - name: Configure Git Authentication - # run: | - # git config --global url."https://x-access-token:${GITHUB_PAT}@github.com/".insteadOf "https://github.com/" - name: Get current zrok repo tag if: github.ref_type == 'tag'