File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
export IDF_COMMIT=" fb25eb02eb"
4
4
export IDF_BRANCH=" release/v5.3"
5
- export AR_REPO_COMMIT=" b381360b7911a3c01e2763bedf1f4931cbf57545 "
5
+ export AR_REPO_COMMIT=" b381360b "
6
6
export TINYUSB_REPO_COMMIT=" 2d7d1070f"
7
7
8
8
if [ -z $IDF_PATH ]; then
@@ -29,7 +29,7 @@ if [ -z $IDF_TARGET ]; then
29
29
fi
30
30
31
31
# Owner of the target ESP32 Arduino repository
32
- AR_USER=" ${GITHUB_REPOSITORY_OWNER :- espressif} "
32
+ AR_USER=" espressif"
33
33
34
34
# The full name of the repository
35
35
AR_REPO=" $AR_USER /arduino-esp32"
@@ -39,10 +39,7 @@ AR_LIBS_REPO="$AR_USER/esp32-arduino-lib-builder"
39
39
AR_REPO_URL=" https://github.com/$AR_REPO .git"
40
40
IDF_REPO_URL=" https://github.com/$IDF_REPO .git"
41
41
AR_LIBS_REPO_URL=" https://github.com/$AR_LIBS_REPO .git"
42
- if [ -n $GITHUB_TOKEN ]; then
43
- AR_REPO_URL=" https://$GITHUB_TOKEN @github.com/$AR_REPO .git"
44
- AR_LIBS_REPO_URL=" https://$GITHUB_TOKEN @github.com/$AR_LIBS_REPO .git"
45
- fi
42
+
46
43
47
44
AR_ROOT=" $PWD "
48
45
AR_COMPS=" $AR_ROOT /components"
You can’t perform that action at this time.
0 commit comments