Joshua Sundance Bailey commited on
Commit
ff1122e
1 Parent(s): 1b1e4d3

update pull flow

Browse files
Files changed (1) hide show
  1. .github/workflows/pull.yml +1 -0
.github/workflows/pull.yml CHANGED
@@ -13,3 +13,4 @@ jobs:
13
  uses: ActionsDesk/[email protected]
14
  with:
15
  filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
 
 
13
  uses: ActionsDesk/[email protected]
14
  with:
15
  filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
16
+ token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}