Skip to content

Commit 5f6cf88

Browse files
CopilotMishkatIT
andcommitted
Add explicit workflow permissions for security
Co-authored-by: MishkatIT <125080003+MishkatIT@users.noreply.github.com>
1 parent fcd3a80 commit 5f6cf88

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-stats.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
update-stats:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write # Required to push changes to repository
1214

1315
steps:
1416
- name: Checkout repository

0 commit comments

Comments
 (0)