Skip to content

Commit 122ac7b

Browse files
committed
ci: fix CTFd setup
1 parent 29184b2 commit 122ac7b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,12 @@ jobs:
5454
- name: Setup CTFd
5555
run: go run cmd/ctfd-setup/main.go
5656
env:
57-
CTFD_URL: http://localhost:8000
57+
URL: http://localhost:8000
58+
ADMIN_NAME: 'ctfer'
59+
ADMIN_EMAIL: 'ctfer-io@protonmail.com'
60+
ADMIN_PASSWORD: 'ctfer'
61+
GLOBAL_NAME: 'CTFer.io'
62+
GLOBAL_DESCRIPTION: 'CTFer.io test CTFd setup'
5863

5964
go-lint:
6065
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)