From d057eb076823869307c9935c637a1cca57972da7 Mon Sep 17 00:00:00 2001 From: PJ Reiniger Date: Thu, 12 Sep 2024 00:05:28 -0400 Subject: [PATCH] Try without auth to see what happens --- .github/workflows/bazel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 1ef6c9afc1d..32f2147f76d 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -78,7 +78,7 @@ jobs: - uses: bazelbuild/setup-bazelisk@v3 - name: Set artifactory cache key - run: echo "build:ci --remote_header=https://${{ secrets.ARTIFACTORY_USERNAME }}:${{ secrets.ARTIFACTORY_PASSWORD }}@wpilib.jfrog.io/wpilib-generic-cache-bazel-local" > bazel_auth.rc + run: echo "build:ci --remote_header=https://wpilib.jfrog.io/wpilib-generic-cache-bazel-local" > bazel_auth.rc - name: Build and Test Release run: bazel ${{ matrix.action }} ... --config=ci -c opt ${{ matrix.config }} -k --verbose_failures