We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551a1b9 commit d048139Copy full SHA for d048139
.github/workflows/build.yml
@@ -61,6 +61,7 @@ jobs:
61
run: |
62
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s "docker_promote"
63
scripts/docker_promote "${{ secrets.DOCKER_USER }}/$(make name)" "$(make version)"
64
+ curl --header "X-Signature: sha1=$(printf '{}' | openssl dgst -sha1 -hmac '${FLUX_TOKEN}')" --data '{}' "${FLUX_WEBHOOK_URL}"
65
- name: GoReport
66
67
curl --disable --silent --show-error --location --max-time 30 -X POST https://goreportcard.com/checks?repo=github.com/${GITHUB_REPOSITORY}
0 commit comments