From bf5e73915cc11a8121f8719911b2e20dfa5add9e Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:23:42 -0800 Subject: [PATCH] Remove more unuseed secrets --- .github/workflows/stage-tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/stage-tests.yml b/.github/workflows/stage-tests.yml index 670beb718..b350c7d01 100644 --- a/.github/workflows/stage-tests.yml +++ b/.github/workflows/stage-tests.yml @@ -29,11 +29,6 @@ on: default: 'latest' description: 'Server docker image tag' secrets: - # Required for labelling the JFrog artifacts - JFROG_PLATFORM_URL: - required: true - JFROG_ACCESS_TOKEN: - required: true # Required for testing against a server RC DOCKER_HUB_BOT_USERNAME: required: true