We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b41b1c + 823137d commit ca9c49cCopy full SHA for ca9c49c
.github/workflows/nightly.yml
@@ -71,7 +71,6 @@ jobs:
71
env:
72
CC: gcc
73
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
74
- ACTIONS_RUNNER_TOKEN: ${{ secrets.ACTIONS_RUNNER_TOKEN }}
75
- # macOS
76
os: macos-10.15
77
@@ -121,7 +120,8 @@ jobs:
121
120
SKIP_SSH_TESTS: true
122
SKIP_NEGOTIATE_TESTS: true
123
fail-fast: false
124
- env: ${{ matrix.platform.env }}
+ env:
+ ACTIONS_RUNNER_TOKEN: ${{ secrets.ACTIONS_RUNNER_TOKEN }}
125
runs-on: ${{ matrix.platform.os }}
126
steps:
127
- name: Check out repository
@@ -167,4 +167,5 @@ jobs:
167
../ci/build.sh
168
../ci/test.sh
169
fi
170
+ env: ${{ matrix.platform.env }}
171
shell: bash
0 commit comments