Skip to content

Commit bd567f7

Browse files
authored
open-pr: getInstallationAccessToken returns a struct
getInstallationAccessToken was recently changed to return more information about the access token. We updated most callers, but missed this one. Signed-off-by: Matthias Aßhauer <[email protected]>
1 parent 09ec165 commit bd567f7

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)