Skip to content

Commit 17eae1b

Browse files
CopilotJaclynCodes
andcommitted
Add explicit permissions to workflow for security
Co-authored-by: JaclynCodes <218383634+JaclynCodes@users.noreply.github.com>
1 parent 8311821 commit 17eae1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update_dependencies.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
check-and-update:
2626
runs-on: ubuntu-latest
2727
if: github.repository_owner == 'JaclynCodes'
28+
permissions:
29+
contents: write # Needed to push changes
2830
steps:
2931
- name: Checkout
3032
uses: actions/checkout@v4

0 commit comments

Comments
 (0)