Skip to content

UID2-6799 Add merge_environment to shared-publish-java-to-docker#219

Merged
swibi-ttd merged 1 commit intomainfrom
swi-UID2-6799-publish-java-merge-environment
Apr 20, 2026
Merged

UID2-6799 Add merge_environment to shared-publish-java-to-docker#219
swibi-ttd merged 1 commit intomainfrom
swi-UID2-6799-publish-java-merge-environment

Conversation

@swibi-ttd
Copy link
Copy Markdown
Contributor

  • Add merge_environment variable to shared-publish-java-to-docker-versioned workflow
  • If specified, passes GH_MERGE_TOKEN from the environment to commit_pr_and_merge calls
  • If not specified, defaults to ''. commit_pr_and_merge will default to using GITHUB_TOKEN in this case

buildImage:
name: Build Image
runs-on: ubuntu-latest
environment: ${{ inputs.merge_environment }}
Copy link
Copy Markdown
Contributor Author

@swibi-ttd swibi-ttd Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that all steps in the job will now run under the specified environment and could technically reference GH_MERGE_TOKEN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants