File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,10 +152,10 @@ jobs:
152152 - name : Test connectivity
153153 run : |
154154 if ! ${{ secrets.SPLUNKBASE_ID != '' }} ; then exit 1; fi
155-
156- # curl --fail -s -u ${{ secrets.SPLUNK_USER }}:${{ secrets.SPLUNK_PASS }} --request GET "https://splunkbase.splunk.com/api/v1/app/${{ secrets.SPLUNKBASE_ID }}/"
155+ curl --fail -s -u ${{ secrets.SPLUNK_USER }}:${{ secrets.SPLUNK_PASS }} --request GET "https://splunkbase.splunk.com/api/v1/app/${{ secrets.SPLUNKBASE_ID }}/"
157156
158157 # Ref: https://dev.splunk.com/enterprise/docs/releaseapps/splunkbase/submitcontentui/#Submit-content-to-Splunkbase-with-the-Release-API
158+ # TODO This has to be tested on apps already public in Splunkbase
159159 - name : " Upload package to Splunkbase"
160160 if : ${{ success() }}
161161 run : |
You can’t perform that action at this time.
0 commit comments