File tree Expand file tree Collapse file tree 4 files changed +0
-45
lines changed Expand file tree Collapse file tree 4 files changed +0
-45
lines changed Original file line number Diff line number Diff line change 88 - " libs/core/**"
99 - " !libs/core/pyproject.toml"
1010 workflow_dispatch :
11- inputs :
12- security-token :
13- description : ' Security token to trigger this workflow'
14- required : true
15- type : string
1611
1712jobs :
1813 deploy :
1914 runs-on : ubuntu-latest
2015 steps :
21- - name : Check security token
22- run : |
23- if [[ "${{ github.event.inputs.security-token }}" != "${{ secrets.SECURITY_TOKEN }}" ]]; then
24- echo "Unauthorized access attempt detected."
25- exit 1
26- fi
27-
2816 # Checkout the code
2917 - name : Checkout code
3018 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 88 - " libs/proxy/**"
99 - " !libs/proxy/pyproject.toml"
1010 workflow_dispatch :
11- inputs :
12- security-token :
13- description : ' Security token to trigger this workflow'
14- required : true
15- type : string
1611
1712jobs :
1813 deploy :
1914 runs-on : ubuntu-latest
2015 steps :
21- - name : Check security token
22- run : |
23- if [[ "${{ github.event.inputs.security-token }}" != "${{ secrets.SECURITY_TOKEN }}" ]]; then
24- echo "Unauthorized access attempt detected."
25- exit 1
26- fi
2716 # Checkout the code
2817 - name : Checkout code
2918 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 88 - " libs/llmstudio/**"
99 - " !libs/llmstudio/pyproject.toml"
1010 workflow_dispatch :
11- inputs :
12- security-token :
13- description : ' Security token to trigger this workflow'
14- required : true
15- type : string
1611
1712jobs :
1813 deploy :
1914 runs-on : ubuntu-latest
2015 steps :
21- - name : Check security token
22- run : |
23- if [[ "${{ github.event.inputs.security-token }}" != "${{ secrets.SECURITY_TOKEN }}" ]]; then
24- echo "Unauthorized access attempt detected."
25- exit 1
26- fi
2716 # Checkout the code
2817 - name : Checkout code
2918 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 88 - " libs/tracker/**"
99 - " !libs/tracker/pyproject.toml"
1010 workflow_dispatch :
11- inputs :
12- security-token :
13- description : ' Security token to trigger this workflow'
14- required : true
15- type : string
1611
1712jobs :
1813 deploy :
1914 runs-on : ubuntu-latest
2015 steps :
21- - name : Check security token
22- run : |
23- if [[ "${{ github.event.inputs.security-token }}" != "${{ secrets.SECURITY_TOKEN }}" ]]; then
24- echo "Unauthorized access attempt detected."
25- exit 1
26- fi
2716 # Checkout the code
2817 - name : Checkout code
2918 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments