Skip to content

Commit f09ce8d

Browse files
authored
Use setSecret on installation token
1 parent 5587efa commit f09ce8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ async function run(): Promise<void> {
2121
type: 'installation',
2222
installationId: data[0].id,
2323
});
24+
core.setSecret(resp.token);
2425
// @ts-ignore
2526
core.setOutput('token', resp.token);
2627
} catch (error) {

0 commit comments

Comments
 (0)