Skip to content

Commit 2df9d67

Browse files
committed
Make GitHub tokens available in CI builder
1 parent 40031aa commit 2df9d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
# Install packages and build
2626
npm ci
27-
npm run build
27+
GITHUB_TOKEN=${{ secrets.GH_TOKEN }} GITHUB_PROJECT_TOKEN=${{ secrets.GH_PROJECT_TOKEN }} npm run build
2828
2929
# Add SSH key
3030
mkdir ~/.ssh

0 commit comments

Comments
 (0)