Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Aug 25, 2024
1 parent a8f3478 commit 8fb6668
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/main.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,17 @@ async function main(): Promise<void> {
for (const {
app_slug,
id: installationId,
permissions,
target_id,
target_type,
} of installations) {
info(`App ${name} has installation ${installationId}`);
info(`Installation ${installationId} has app_slug ${app_slug}`);
info(`Installation ${installationId} has target_type ${target_type}`);
info(`Installation ${installationId} has target_id ${target_id}`);
info(
`Installation ${installationId} has permissions ${JSON.stringify(permissions, null, 2)}`,
);

const installationOctokit = createInstallationOctokit(
appConfig,
Expand Down

0 comments on commit 8fb6668

Please sign in to comment.