Skip to content

Commit fca0d67

Browse files
committed
fixup! deploy: allow deploying in forks
1 parent d02cf04 commit fca0d67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
if: vars.DEPLOY_WITH_WORKFLOWS != ''
2727
env:
2828
WORKFLOWS_REPO: '${{ vars.DEPLOY_WITH_WORKFLOWS }}'
29+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2930
run: |
3031
set -x &&
3132
WORKFLOWS_OWNER="${WORKFLOWS_REPO%%/*}" &&

0 commit comments

Comments
 (0)