Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Nov 27, 2024
1 parent bbb42b8 commit e19efda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-submodule-files.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Update Submodule Files

on:
pull_request:
pull_request_target:
types: [opened, synchronize]
branches:
- main

permissions:
contents: write

jobs:
update-files:
if: github.actor == 'dependabot[bot]' && startsWith(github.event.pull_request.head.ref, 'dependabot/submodules/')
Expand Down

0 comments on commit e19efda

Please sign in to comment.