Skip to content

Commit 07eac18

Browse files
Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#33)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent cb531fd commit 07eac18

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/Feishu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ on:
2727
workflows: ["*"]
2828
types: [completed]
2929

30+
permissions:
31+
contents: read
32+
packages: read
33+
3034
jobs:
3135
send-event:
3236
name: Webhook

0 commit comments

Comments
 (0)