This is an automated email from the ASF dual-hosted git repository. slawrence pushed a commit to branch revert-1231-daffodil-2971-svn-usernane-secret in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
commit fa7a18715851a2f5c1fd4e4b86e480b893e73ee2 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