Skip to content

Commit 70c9757

Browse files
committed
Making sure FRAMEWORK_GIT_URL use the token provided by GitHub Actions. This is to clone the test-framework repo in the VM for the test.
1 parent 53f2da0 commit 70c9757

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-multi-server-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
run: |
4848
sudo apt-get remove -y libhashkit2
4949
50+
# Installing build dependencies requires a ubuntu-24.04 runner
5051
- name: Install build dependencies
5152
run: |
5253
sudo apt-get install -y --no-install-recommends build-essential devscripts equivs quilt
@@ -61,4 +62,5 @@ jobs:
6162
6263
- name: Run test-5hs-autoaccept test
6364
run: |
65+
export FRAMEWORK_GIT_URL="https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/InkbridgeNetworks/freeradius-multi-server.git"
6466
make -f src/tests/multi-server/all.mk test-5hs-autoaccept

0 commit comments

Comments
 (0)