File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2424 - run : yarn test
2525 - run : yarn community:validate
2626 - run : yarn worker:sync
27+ env :
28+ WORKER_PRESHARED_KEY : ${{ secrets.WORKER_PRESHARED_KEY }}
2729 - run : yarn community:release-all
2830 env :
2931 CI : true
Original file line number Diff line number Diff line change 2626 - run : yarn test
2727 - run : yarn community:validate
2828 - run : yarn worker:sync
29+ env :
30+ WORKER_PRESHARED_KEY : ${{ secrets.WORKER_PRESHARED_KEY }}
2931 - run : yarn community:release
3032 env :
3133 CI : true
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ async function main() {
4141 {
4242 headers : {
4343 'Content-Type' : 'application/json' ,
44- 'X-Custom-PSK' : process . env . WORKER_PRESHARED_KEY || '' ,
44+ 'X-Custom-PSK' : process . env . WORKER_PRESHARED_KEY ! ,
4545 } ,
4646 } ,
4747 ) ;
You can’t perform that action at this time.
0 commit comments