Skip to content
Snippets Groups Projects
Commit 1bdea0b4 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

SL-18837: AUTOBUILD_GITHUB_TOKEN to authenticate private packages.

parent 1eb55b3d
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -21,6 +21,8 @@ jobs: ...@@ -21,6 +21,8 @@ jobs:
env: env:
AUTOBUILD_CONFIGURATION: ${{ matrix.configuration }} AUTOBUILD_CONFIGURATION: ${{ matrix.configuration }}
AUTOBUILD_ADDRSIZE: ${{ matrix.addrsize }} 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_INSTALLABLE_CACHE: ${{ github.workspace }}/.autobuild-installables
AUTOBUILD_VARIABLES_FILE: ${{ github.workspace }}/.build-variables/variables AUTOBUILD_VARIABLES_FILE: ${{ github.workspace }}/.build-variables/variables
AUTOBUILD_VSVER: "170" AUTOBUILD_VSVER: "170"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment