Skip to content

Commit c860cff

Browse files
Investigate signing issues
Change-Id: I9740fa049957a55b6a99e28d4f67a18d2c7f1889
1 parent 71f36b5 commit c860cff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,8 @@ jobs:
176176
RESPONSE=$(curl -XPOST -H 'accept: */*' -H 'Content-Type: multipart/form-data' \
177177
-H 'Authorization: Bearer ${{secrets.ACAP_PORTAL_SIGNING_BEARER_TOKEN}}' \
178178
'${{ vars.ACAP_PORTAL_URL }}/${{secrets.ACAP_PORTAL_SIGNING_ID}}/sign/binary' \
179-
--limit-rate 900K \
180179
--upload-file "${{ env.EAP_FILE }}" --output ${{ env.SIGNED_EAP_FILE }} \
181-
-w "%{http_code}\n" -o /dev/null --http1.1)
180+
-w "%{http_code}\n" -v -o /dev/null --http1.1)
182181
echo "HTTP_RESPONSE=$RESPONSE" >> $GITHUB_ENV
183182
- name: Check that acap has been signed
184183
run: |

0 commit comments

Comments
 (0)