Skip to content

Commit 1f92c37

Browse files
committed
Revert "Setup github token env."
This reverts commit a44aa6c.
1 parent a44aa6c commit 1f92c37

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

buildspec/linuxTests.yml

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

3130
build:

buildspec/packageTestVsix.yml

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

2625
build:

0 commit comments

Comments
 (0)