Skip to content

Commit 925ba2d

Browse files
authored
ci: extract 1 unsafe expression(s) to env vars (#20713)
1 parent 5e7dc11 commit 925ba2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-announcement.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
4949
curl -X POST -H "Content-Type: application/json" \
5050
-d "$PAYLOAD" \
51-
"${{ secrets.DISCORD_WEBHOOK }}"
51+
"${DISCORD_WEBHOOK}"
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}

0 commit comments

Comments
 (0)