Skip to content

Commit bc1c36a

Browse files
committed
chore: .env requires GITHUB_TOKEN now
1 parent 1b9907e commit bc1c36a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.env

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_URI}/$
1313

1414
# Github App env
1515
GITHUB_CLIENT_SECRET=""
16+
# A github token (PAT) that can push to the registry repo
17+
GITHUB_TOKEN=""
1618

1719
# IPFS env
1820
PINATA_URL="https://gateway.pinata.cloud"
1921
PINATA_API_KEY=""
2022
PINATA_API_SECRET=""
21-
PINATA_JWT=""
23+
PINATA_JWT=""

0 commit comments

Comments
 (0)