From 403641843d0ef974e06ffb10e65b5695ac53bea2 Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Tue, 3 Dec 2024 13:35:05 -0800 Subject: [PATCH] Remove extraneous environment variable in PR Checks --- .github/workflows/debug-artifacts-failure.yml | 1 - .github/workflows/debug-artifacts.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/debug-artifacts-failure.yml b/.github/workflows/debug-artifacts-failure.yml index e6cddb0a8..4efa19651 100644 --- a/.github/workflows/debug-artifacts-failure.yml +++ b/.github/workflows/debug-artifacts-failure.yml @@ -3,7 +3,6 @@ name: PR Check - Debug artifacts after failure env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CODEQL_ACTION_ARTIFACT_V4_UPGRADE: true on: push: branches: diff --git a/.github/workflows/debug-artifacts.yml b/.github/workflows/debug-artifacts.yml index cfdf8e40d..348246c16 100644 --- a/.github/workflows/debug-artifacts.yml +++ b/.github/workflows/debug-artifacts.yml @@ -2,7 +2,6 @@ name: PR Check - Debug artifact upload env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CODEQL_ACTION_ARTIFACT_V4_UPGRADE: true on: push: branches: