File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 44 repo :
55 description : ' full name of repo'
66 required : false
7+ token :
8+ description : ' token for graphql'
9+ required : true
710runs :
811 using : " composite"
912 steps :
5154 yarn build
5255 echo "modules.lsposed.org" > ./public/CNAME
5356 env :
54- GRAPHQL_TOKEN : ${{ secrets.GRAPHQL_TOKEN }}
57+ GRAPHQL_TOKEN : ${{ inputs.token }}
5558 GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES : true
5659 - name : clean up caches on failure
5760 if : ${{ failure() || cancelled() }}
Original file line number Diff line number Diff line change 2828 fetch-depth : 1
2929 - name : Build
3030 uses : ./.github/actions/build
31+ with :
32+ token : ${{ secrets.GRAPHQL_TOKEN }}
33+
Original file line number Diff line number Diff line change 6262 fetch-depth : 1
6363 - name : Build
6464 uses : ./.github/actions/build
65+ with :
66+ token : ${{ secrets.GRAPHQL_TOKEN }}
You can’t perform that action at this time.
0 commit comments