We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1009884 commit c61a50dCopy full SHA for c61a50d
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
FLUX_TOKEN: ${{ secrets.FLUX_TOKEN }}
65
FLUX_WEBHOOK_URL: ${{ secrets.FLUX_WEBHOOK_URL }}
66
run: |
67
- 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}"
68
- name: GoReport
69
70
curl --disable --silent --show-error --location --max-time 30 -X POST https://goreportcard.com/checks?repo=github.com/${GITHUB_REPOSITORY}
0 commit comments