Skip to content

Commit ca9c49c

Browse files
authored
Merge pull request libgit2#5702 from libgit2/ethomson/arm-actions
ci: supply a token for self-hosted runners
2 parents 4b41b1c + 823137d commit ca9c49c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
env:
7272
CC: gcc
7373
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
74-
ACTIONS_RUNNER_TOKEN: ${{ secrets.ACTIONS_RUNNER_TOKEN }}
7574
- # macOS
7675
os: macos-10.15
7776
env:
@@ -121,7 +120,8 @@ jobs:
121120
SKIP_SSH_TESTS: true
122121
SKIP_NEGOTIATE_TESTS: true
123122
fail-fast: false
124-
env: ${{ matrix.platform.env }}
123+
env:
124+
ACTIONS_RUNNER_TOKEN: ${{ secrets.ACTIONS_RUNNER_TOKEN }}
125125
runs-on: ${{ matrix.platform.os }}
126126
steps:
127127
- name: Check out repository
@@ -167,4 +167,5 @@ jobs:
167167
../ci/build.sh
168168
../ci/test.sh
169169
fi
170+
env: ${{ matrix.platform.env }}
170171
shell: bash

0 commit comments

Comments
 (0)