Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit f86ee52

Browse files
committed
Fix: webhook action user id based on workspace
1 parent a468538 commit f86ee52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server/src/modules/webhook/webhook.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default class WebhookService {
9494
user: { username: actionEntity.action.slug },
9595
},
9696
});
97-
const accessToken = await generateKeyForUserId(actionUser.id);
97+
const accessToken = await generateKeyForUserId(actionUser.userId);
9898

9999
this.triggerDevService.triggerTaskAsync(
100100
workspaceId,

0 commit comments

Comments
 (0)