We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc7f17 commit 0549c71Copy full SHA for 0549c71
create-github-app-token/src/tasks/run.ts
@@ -73,7 +73,7 @@ async function run() {
73
} catch (err: any) {
74
throw new Error(`Failed to parse service connection permissions JSON: ${err.message}`);
75
}
76
- tl.warning(`Forcing permisssions from service connection`);
+ tl.warning(`Forcing permissions from service connection`);
77
console.log(`Forced permissions: ${JSON.stringify(permissions)}`);
78
79
0 commit comments