Skip to content
Discussion options

You must be logged in to vote

From the attached logs for Initialization job:

DeploymentEnvironmentsJson={"PR":{"EnvironmentName":"***_PR_TEST",
....
2025-08-12T08:20:28.9515615Z ##[warning]Skip output 'deploymentEnvironmentsJson' since it may contain secret.

It looks like there is a secret value that matches part of the environment name. And GitHub refuses add it to the output of the job.

Example: if you have a GitHub secret with value "ABCD" and your environment name is "ABCD_PR_Test", then GitHub will mask the "ABCD" part (as seen in the logs) and refuse to add the whole value of the output.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@CPretorius1986
Comment options

Comment options

You must be logged in to vote
1 reply
@CPretorius1986
Comment options

Answer selected by CPretorius1986
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants