gnucash-on-windows future: Pass the app-client-id and app-private-key as input to the action.

John Ralls jralls at code.gnucash.org
Fri Aug 28 16:59:40 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/61926319 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/572aeea4 (commit)



commit 61926319f84497cd946b81f9d977cecef3c8a21e
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Aug 28 13:51:20 2026 -0700

    Pass the app-client-id and app-private-key as input to the action.
    
    The action doesn't have access to variables or secrets, only the
    workflow does so we must retrieve them in the workflows and pass
    them as input to the action.
    
    Assisted-by: Claude Code Sonnet 5
    Signed-off: John Ralls <jralls at ceridwen.us>



Summary of changes:
 .github/actions/publish-ucrt64-repo/action.yml | 23 ++++++++++++++++-------
 .github/workflows/build-ucrt64-aqbanking.yml   |  2 ++
 .github/workflows/build-ucrt64-guile3.yml      |  2 ++
 .github/workflows/build-ucrt64-libdbi.yml      |  2 ++
 .github/workflows/build-ucrt64-libofx.yml      |  2 ++
 .github/workflows/build-ucrt64-swig.yml        |  2 ++
 6 files changed, 26 insertions(+), 7 deletions(-)



More information about the gnucash-patches mailing list