We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8536b2 commit 584c201Copy full SHA for 584c201
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
FLUX_TOKEN: ${{ secrets.FLUX_TOKEN }}
68
FLUX_WEBHOOK_URL: ${{ secrets.FLUX_WEBHOOK_URL }}
69
run: |
70
- curl --disable --silent --show-error --location --max-time 30 --header "X-Signature: sha1=$(printf "{}" | openssl dgst -sha1 -r -hmac "${FLUX_TOKEN}")" --data "{}" "${FLUX_WEBHOOK_URL}"
+ curl --disable --silent --show-error --location --max-time 30 --header "X-Signature: sha1=$(printf "{}" | openssl dgst -sha1 -r -hmac "${FLUX_TOKEN}"| awk '{print $1}')" --data "{}" "${FLUX_WEBHOOK_URL}"
71
- name: GoReport
72
73
curl --disable --silent --show-error --location --max-time 30 -X POST https://goreportcard.com/checks?repo=github.com/${GITHUB_REPOSITORY}
0 commit comments