mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-24 12:07:08 -04:00
fix(ci): remove possible command injection in netlify deployment
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
178e054938
commit
4e1078ca3a
1 changed files with 1 additions and 1 deletions
|
@ -62,4 +62,4 @@ jobs:
|
||||||
- name: Run netlify CLI deployment
|
- name: Run netlify CLI deployment
|
||||||
env:
|
env:
|
||||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||||
run: "netlify deploy --build --prod --message \"${{ github.event.head_commit.id }}: ${{ github.event.head_commit.message }}\""
|
run: "netlify deploy --build --prod --message \"${{ github.event.head_commit.id }}\""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue