Skip to content

Commit ab87c6e

Browse files
authored
[reposense#2292] Fix surge.sh preview failure on PR (reposense#2293)
Set allow_forks flag to true The publish to surge.sh fails because of the failure in downloading artifacts. This appears to be caused by the fact that default value of allow_forks is false Let's manually set allow_forks to true
1 parent 98136d3 commit ab87c6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/surge.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
pr: ${{ steps.pr-number.outputs.ACTIONS_PR_NUMBER }}
4747
workflow_conclusion: success
4848
name: reposense-deployment-id
49+
allow_forks: true
4950
path: ./pr
5051

5152
- name: Update PR checklist for surge.sh as in progress

0 commit comments

Comments
 (0)