This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


The following commit(s) were added to refs/heads/main by this push:
     new 18cba5f  Revert "Test if release candidate SVN secrets are set 
correctly"
18cba5f is described below

commit 18cba5f076b9775bb993b0270c156f3f383b37f0
Author: Steve Lawrence <slawre...@apache.org>
AuthorDate: Mon Apr 21 10:35:55 2025 -0400

    Revert "Test if release candidate SVN secrets are set correctly"
    
    This reverts commit 4b5ad25fbae84aef02796a4da0dcacc5fbffa796.
---
 .github/workflows/release-candidate.yml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/.github/workflows/release-candidate.yml 
b/.github/workflows/release-candidate.yml
index cb94b77..a86d1c8 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -37,20 +37,6 @@ jobs:
       - name: Checkout Repository
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 
v4.2.2
 
-      - name: Check if SVN secrets are set
-        run: |
-          if [ -z "${{ secrets.DAFFODIL_SVN_DEV_USERNAME }}" ]; then
-            echo "DAFFODIL_SVN_DEV_USERNAME is not set"
-          else
-            echo "DAFFODIL_SVN_DEV_USERNAME is set"
-          fi
-
-          if [ -z "${{ secrets.DAFFODIL_SVN_DEV_PASSWORD }}" ]; then
-            echo "DAFFODIL_SVN_DEV_PASSWORD is not set"
-          else
-            echo "DAFFODIL_SVN_DEV_PASSWORD is set"
-          fi
-
       - name: ASF Release Candidate
         id: rc
         uses: apache/daffodil-infrastructure/actions/release-candidate@main

Reply via email to