Commit 823137dc by Edward Thomson

ci: supply a token for self-hosted runners

parent cd6acb1d
......@@ -71,7 +71,6 @@ jobs:
env:
CC: gcc
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
ACTIONS_RUNNER_TOKEN: ${{ secrets.ACTIONS_RUNNER_TOKEN }}
- # macOS
os: macos-10.15
env:
......@@ -121,7 +120,8 @@ jobs:
SKIP_SSH_TESTS: true
SKIP_NEGOTIATE_TESTS: true
fail-fast: false
env: ${{ matrix.platform.env }}
env:
ACTIONS_RUNNER_TOKEN: ${{ secrets.ACTIONS_RUNNER_TOKEN }}
runs-on: ${{ matrix.platform.os }}
steps:
- name: Check out repository
......@@ -167,4 +167,5 @@ jobs:
../ci/build.sh
../ci/test.sh
fi
env: ${{ matrix.platform.env }}
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