Skip to content

Commit a44aa6c

Browse files
committed
Setup github token env.
1 parent f446fd2 commit a44aa6c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

buildspec/linuxTests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ phases:
2525
pre_build:
2626
commands:
2727
- export HOME=/home/codebuild-user
28+
- export GH_TOKEN = ${{ secrets.GITHUB_TOKEN }}
2829
- bash buildspec/shared/linux-pre_build.sh
2930

3031
build:

buildspec/packageTestVsix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ phases:
2020
pre_build:
2121
commands:
2222
- export HOME=/home/codebuild-user
23+
- export GH_TOKEN = ${{ secrets.GITHUB_TOKEN }}
2324
- bash buildspec/shared/linux-pre_build.sh
2425

2526
build:

0 commit comments

Comments
 (0)