actions: set insecure: true for better coverage
Refs: https://code.forgejo.org/forgejo/runner/pulls/535
This commit is contained in:
parent
21db5f24ba
commit
2819929687
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ runner:
|
|||
capacity: 1
|
||||
env_file: .env
|
||||
timeout: 3h
|
||||
insecure: false
|
||||
insecure: true
|
||||
fetch_timeout: 5s
|
||||
fetch_interval: 2s
|
||||
labels: ["docker:docker://code.forgejo.org/oci/node:20-bookworm"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue