Skip to content

Commit 0d2fb86

Browse files
committed
Fix railpack.json
1 parent ad0f861 commit 0d2fb86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

railpack.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.railpack.com",
33
"steps": {
44
"install": {
5-
"commands": ["pnpm config set //npm.pkg.github.com/:_authToken \"$GITHUB_TOKEN\"", "..."]
5+
"commands": ["pnpm config set //npm.pkg.github.com/:_authToken $GITHUB_TOKEN", "..."]
66
}
77
}
88
}

0 commit comments

Comments
 (0)