mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-10 10:43:06 +00:00
Potential fix for code scanning alert no. 13: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
This commit is contained in:
parent
003af7c96a
commit
8b776c34d1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/npm-build-and-compile.yml
vendored
3
.github/workflows/npm-build-and-compile.yml
vendored
|
@ -1,5 +1,8 @@
|
||||||
name: NodeJS Build and Compile
|
name: NodeJS Build and Compile
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue