Fix token

This commit is contained in:
Jack Christensen 2024-08-10 22:25:20 -04:00
parent 6b74045c57
commit f09dd5c3b9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ build:
stage: build
script:
- echo "Running tests with access token"
- curl --header "Private-Token: $GITLAB_TOKEN" "https://gitlab.example.com/api/v4/projects"
- curl --header "Private-Token: $GITLAB_TOKEN" "https://git.jackmchristensen.com/"
- cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
- cmake --build build
tags: