Skip to content

Commit

Permalink
ci: fix token generation
Browse files Browse the repository at this point in the history
  • Loading branch information
necipallef committed Sep 6, 2024
1 parent 4e1d06b commit 305bd16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/downloadGithubRelease.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ async function getGitHubToken() {
ConnectionArn: connectionArn
}));

console.log('connectionData.Connection.OAuthToken')
console.log(connectionData.Connection.OAuthToken)
return connectionData.Connection.OAuthToken;
}

Expand Down

0 comments on commit 305bd16

Please sign in to comment.