Skip to content

Commit

Permalink
[DEBUG] use staging signing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgg committed Jan 11, 2025
1 parent b717d6b commit 92ae502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/iot-gate-imx8-sb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
# Allow manual workflow runs to force finalize without checking previous test runs
force-finalize: ${{ inputs.force-finalize || false }}
# Default to balena-staging.com for workflow dispatch, but balena-cloud.com+sign-api-key for other events
deploy-environment: ${{ inputs.deploy-environment || 'balena-cloud.com+sign-api-key' }}
deploy-environment: ${{ inputs.deploy-environment || 'balena-staging.com+sign-api-key' }}
sign-image: true

0 comments on commit 92ae502

Please sign in to comment.