Skip to content

Commit 7fe1247

Browse files
authored
Merge pull request #33 from rimrul/open-pr-token-struct
open-pr: getInstallationAccessToken returns a struct
2 parents 09ec165 + bd567f7 commit 7fe1247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/open-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
)
6666
6767
const getInstallationAccessToken = require('./get-installation-access-token')
68-
const accessToken = await getInstallationAccessToken(
68+
const { token: accessToken } = await getInstallationAccessToken(
6969
console,
7070
appId,
7171
privateKey,

0 commit comments

Comments
 (0)