Skip to content

Commit

Permalink
add some env in github and fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Mar 26, 2024
1 parent 40a8ee7 commit 17ee05d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/server/utils/octokit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { App } from "../vendor/octokit.mjs";

export function useOctokitApp(event: H3Event): AppType {
const { appId, privateKey, webhookSecret } = useRuntimeConfig(event);
console.log('env variables', appId, privateKey, webhookSecret)

return new App({
appId,
Expand Down

0 comments on commit 17ee05d

Please sign in to comment.