Skip to content

Commit b28d972

Browse files
Use release webhook secret directly
1 parent 80c5d9f commit b28d972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
message="SpacetimeDB GitHub release published: [${title}](<${RELEASE_URL}>)"
4545
4646
data="$(jq --null-input --arg msg "$message" '.content=$msg')"
47-
curl -X POST -H 'Content-Type: application/json' -d "$data" "${DISCORD_WEBHOOK_RELEASE_CHANNEL_URL}"
47+
curl -X POST -H 'Content-Type: application/json' -d "$data" "${{ secrets.DISCORD_WEBHOOK_RELEASE_CHANNEL_URL }}"

0 commit comments

Comments
 (0)