summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-05-15 11:36:08 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-05-15 11:36:08 -0400
commit1bdea0b46f5ef02535ac7fbaeb18c626df8a58ff (patch)
treeec117671b1ddc9d1ced79dbc5a98981cc0df41d1 /.github
parent1eb55b3d8e3d64f8f02bc18685e46ff42ca77cec (diff)
SL-18837: AUTOBUILD_GITHUB_TOKEN to authenticate private packages.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index b18e4bd9ca..b64f9b709f 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -21,6 +21,8 @@ jobs:
env:
AUTOBUILD_CONFIGURATION: ${{ matrix.configuration }}
AUTOBUILD_ADDRSIZE: ${{ matrix.addrsize }}
+ # authorizes fetching private constituent packages
+ AUTOBUILD_GITHUB_TOKEN: ${{ secrets.SHARED_AUTOBUILD_GITHUB_TOKEN }}
AUTOBUILD_INSTALLABLE_CACHE: ${{ github.workspace }}/.autobuild-installables
AUTOBUILD_VARIABLES_FILE: ${{ github.workspace }}/.build-variables/variables
AUTOBUILD_VSVER: "170"