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

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


The following commit(s) were added to refs/heads/main by this push:
     new f25cc8d70 Sign windows convenience binaries with ssl.com credentials
f25cc8d70 is described below

commit f25cc8d705865aebea7fb848b8f796c6908c5608
Author: Steve Lawrence <[email protected]>
AuthorDate: Mon Aug 17 07:27:14 2026 -0400

    Sign windows convenience binaries with ssl.com credentials
    
    DAFFODIL-3090
---
 .github/workflows/release-candidate.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/release-candidate.yml 
b/.github/workflows/release-candidate.yml
index dd572de53..0c39e125e 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -54,6 +54,8 @@ jobs:
           svn_password: ${{ secrets.DAFFODIL_SVN_DEV_PASSWORD }}
           nexus_username: ${{ secrets.NEXUS_STAGE_DEPLOYER_USER }}
           nexus_password: ${{ secrets.NEXUS_STAGE_DEPLOYER_PW }}
+          esigner_storepass: ${{ secrets.ESIGNER_ASF_STOREPASS  }}
+          esigner_keypass: ${{ secrets.ESIGNER_ASF_KEYPASS  }}
           publish: true
 
       - name: Install Dependencies

Reply via email to