From 71cf12ee10a15c1e3291d6b535e178527a504fc7 Mon Sep 17 00:00:00 2001 From: Saturn-V Date: Tue, 17 Oct 2023 15:23:50 -0700 Subject: [PATCH] fix workflow --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index e1ef613..63d76fa 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -19,7 +19,7 @@ jobs: # This workflow contains a single job called "build" build: runs-on: ubuntu-latest - env: + # env: # JF_URL: ${{ secrets.JFROG_URL }} # JF_ACCESS_TOKEN: ${{ secrets.JFROG_ACCESS_TOKEN }}