Skip to content

Commit 8e39b33

Browse files
committed
GITHUB_READ_TOKEN needed?
1 parent cb088d3 commit 8e39b33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.drone.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ steps:
216216
TAGS: bindata sqlite sqlite_unlock_notify
217217
GITHUB_READ_TOKEN:
218218
from_secret: github_read_token
219+
219220
- name: unit-test-race
220221
image: golang:1.16
221222
commands:
@@ -224,6 +225,8 @@ steps:
224225
GOPROXY: off
225226
TAGS: sqlite sqlite_unlock_notify
226227
RACE_ENABLED: true
228+
GITHUB_READ_TOKEN:
229+
from_secret: github_read_token
227230

228231
- name: unit-test-gogit
229232
pull: always

0 commit comments

Comments
 (0)