Skip to content

Commit

Permalink
Merge pull request #898 from MariusStorhaug/fix-enforceReferenceRepoS…
Browse files Browse the repository at this point in the history
…copeToken

[Bug] EnforceReferencedRepoScopedToken
  • Loading branch information
xuzhang3 authored Oct 16, 2023
2 parents 80b5ff8 + 6530f28 commit 03f506a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func configureProjectPipelineGeneralSettings(clients *client.AggregatedClient, p

enforceReferencedRepoScopedToken := rawConfig["enforce_referenced_repo_scoped_token"]
if !enforceReferencedRepoScopedToken.IsNull() {
settings.NewSettings.EnforceReferencedRepoScopedToken = converter.Bool(enforceJobScope.True())
settings.NewSettings.EnforceReferencedRepoScopedToken = converter.Bool(enforceReferencedRepoScopedToken.True())
}

enforceSettableVar := rawConfig["enforce_settable_var"]
Expand Down

0 comments on commit 03f506a

Please sign in to comment.