Skip to content

Commit d4883d8

Browse files
committed
build: set AOC_COOKIE from GitHub Actions secrets
1 parent 4ff6a3c commit d4883d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ jobs:
2323
version: 0.13.0
2424

2525
- name: Compile all solutions for current year
26-
run: |
27-
zig build
26+
run: zig build
27+
env:
28+
AOC_COOKIE: ${{ secrets.AOC_COOKIE }}
29+

0 commit comments

Comments
 (0)