We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da04ea commit 866641dCopy full SHA for 866641d
.github/workflows/release-notification.yaml
@@ -64,7 +64,7 @@ jobs:
64
zon/v1/slack/hackbot HOOK_TOKEN;
65
66
- name: Post release in slack channel
67
- uses: fjogeleit/http-request-action@bf78da14118941f7e940279dd58f67e863cbeff6 # v1
+ uses: fjogeleit/http-request-action@c0b95d02a088b47c1f2f4db04fd8af8bd19eee54 # v1
68
with:
69
url: "https://hackbot.zon.zeit.de/${{ steps.vault-secrets.outputs.HOOK_TOKEN }}/deployment/releases"
70
method: 'POST'
0 commit comments