Skip to content

Commit 52ded86

Browse files
committed
fix: extract 1 unsafe expression(s) to env vars
Automated security fixes applied by Runner Guard (https://github.com/Vigilant-LLC/runner-guard). Changes: .github/workflows/release-announcement.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
1 parent 7bde8ab commit 52ded86

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)