Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query with install_key in promote_package_version (via @zenibako) #3654

Merged
merged 18 commits into from
Sep 20, 2023

Conversation

davidmreed
Copy link
Contributor

(Via #3567)

If you attempt to use an installation key with the create_package_version and promote_package_version tasks (particularly with the build_unlocked_test_package flow), you will be blocked by a Salesforce SOQL error that demands you include the Installation key in the where clause of the query.

This PR updates these tasks and enables the build_unlocked_test_package flow to work when an installation key is configured for its tasks. It also adds install_key to promote_package_version as an option.

@davidmreed davidmreed added the enhancement Listed under "Changes" in the changelog label Sep 20, 2023
@davidmreed davidmreed requested a review from a team as a code owner September 20, 2023 04:29
jofsky
jofsky previously approved these changes Sep 20, 2023
@davidmreed davidmreed merged commit 8ffe538 into main Sep 20, 2023
18 checks passed
@davidmreed davidmreed deleted the feature/install-key-zenibako branch September 20, 2023 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:signed enhancement Listed under "Changes" in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants