Skip to content

Commit 681df7e

Browse files
adding permission
1 parent 1a91abd commit 681df7e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dependency-checker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- cron: "0 0,12 * * *" # Runs at 00:00 and 12:00 UTC
66
workflow_dispatch: # Optional manual trigger
77

8+
permissions:
9+
issues: write # to create the Issues using API
10+
811
jobs:
912
check-dependencies:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)