Skip to content

Commit

Permalink
feat:流水线权限代持功能重构 #10356 修改[webhook/sub/remote]流水线启动用户
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Aug 13, 2024
1 parent 90188d9 commit 60bc8bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2135,7 +2135,7 @@ class PipelineRepositoryService constructor(
return try {
client.get(ServiceAuthAuthorizationResource::class).getResourceAuthorization(
projectId = projectId,
resourceType = AuthResourceType.PIPELINE_DEFAULT.name,
resourceType = AuthResourceType.PIPELINE_DEFAULT.value,
resourceCode = pipelineId
).data
} catch (ignored: Exception) {
Expand Down

0 comments on commit 60bc8bd

Please sign in to comment.