Skip to content

Commit cdbceec

Browse files
committed
add gh token to caddy step
1 parent ad0d14f commit cdbceec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,8 @@ jobs:
585585
key: cache-caddy-2.5.2
586586

587587
- name: Install Caddy
588+
env:
589+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
588590
if: steps.caddy-cache.outputs.cache-hit != 'true'
589591
run: |
590592
gh release download v2.5.2 --repo caddyserver/caddy --pattern "caddy_2.5.2_linux_amd64.tar.gz"

0 commit comments

Comments
 (0)