Skip to content

Commit 4e2bee8

Browse files
Copilottakker99
andcommitted
Add DENO_TLS_CA_STORE=system to all workflows to fix JSR package downloads
Co-authored-by: takker99 <[email protected]>
1 parent 8193d3d commit 4e2bee8

File tree

5 files changed

+124
-0
lines changed

5 files changed

+124
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: ci
22

33
env:
44
DENO_VERSION: 2.x
5+
DENO_TLS_CA_STORE: system
56

67
on: [push, pull_request]
78

.github/workflows/npm-build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: npm-build-test
33
env:
44
DENO_VERSION: 2.x
55
NODE_VERSION: 20.x
6+
DENO_TLS_CA_STORE: system
67

78
on:
89
pull_request:

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: publish
44
env:
55
DENO_VERSION: 2.x
66
NODE_VERSION: 20.x
7+
DENO_TLS_CA_STORE: system
78

89
on:
910
push:

.github/workflows/udd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: update
22

33
env:
44
DENO_VERSION: 2.x
5+
DENO_TLS_CA_STORE: system
56

67
on:
78
schedule:

deno.lock

Lines changed: 120 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)