Commit 823137dc by Edward Thomson

ci: supply a token for self-hosted runners

parent cd6acb1d
...@@ -71,7 +71,6 @@ jobs: ...@@ -71,7 +71,6 @@ jobs:
env: env:
CC: gcc CC: gcc
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
ACTIONS_RUNNER_TOKEN: ${{ secrets.ACTIONS_RUNNER_TOKEN }}
- # macOS - # macOS
os: macos-10.15 os: macos-10.15
env: env:
...@@ -121,7 +120,8 @@ jobs: ...@@ -121,7 +120,8 @@ jobs:
SKIP_SSH_TESTS: true SKIP_SSH_TESTS: true
SKIP_NEGOTIATE_TESTS: true SKIP_NEGOTIATE_TESTS: true
fail-fast: false fail-fast: false
env: ${{ matrix.platform.env }} env:
ACTIONS_RUNNER_TOKEN: ${{ secrets.ACTIONS_RUNNER_TOKEN }}
runs-on: ${{ matrix.platform.os }} runs-on: ${{ matrix.platform.os }}
steps: steps:
- name: Check out repository - name: Check out repository
...@@ -167,4 +167,5 @@ jobs: ...@@ -167,4 +167,5 @@ jobs:
../ci/build.sh ../ci/build.sh
../ci/test.sh ../ci/test.sh
fi fi
env: ${{ matrix.platform.env }}
shell: bash shell: bash
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment