Skip to content

Commit a8b8ff9

Browse files
committed
Export GitHub token as environment variable for broader access
1 parent cf3818d commit a8b8ff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/github/token.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export async function acquireGitHubAuthentication(): Promise<GitHubTokenConfig>
2727

2828
core.setSecret(workingToken);
2929
core.setOutput(OUTPUT_VARS.EJ_AUTH_GITHUB_TOKEN, workingToken);
30+
core.exportVariable(ENV_VARS.GITHUB_TOKEN, workingToken);
3031

3132
return {
3233
workingToken,

0 commit comments

Comments
 (0)