File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1414jobs :
1515 test-upload-file :
1616 runs-on : ubuntu-latest
17-
1817 steps :
1918 - name : Checkout repository
2019 uses : actions/checkout@v4
3231 uses : ./upload-file
3332 with :
3433 file_path : test-upload.json
35- security_agent_api_endpoint : ${{ secrets.SECURITY_AGENT_API_ENDPOINT }}
3634 security_agent_api_key : ${{ secrets.SECURITY_AGENT_API_KEY }}
Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ inputs:
1111 description : " Path to the file to upload"
1212 required : true
1313 destination :
14- description : " Destination path or URL for the upload "
14+ description : " Destination path in security agent storage bucket "
1515 required : false
1616 security_agent_api_endpoint :
1717 description : " Security Agent API endpoint"
18- required : true
18+ required : false
19+ default : https://security-agent.ddn.pro.hasura.io/graphql
1920 security_agent_api_key :
2021 description : " Security Agent API key"
2122 required : true
You can’t perform that action at this time.
0 commit comments