Skip to content

Commit cb29377

Browse files
try write-all permissions
1 parent a1f487a commit cb29377

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ldmx-sw-dependabot.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ on:
66
workflow_dispatch:
77
schedule:
88
- cron: '0 0 * * 0' # every Sunday at midnight
9+
push:
910

1011
jobs:
1112
check-on-runner-releases:
12-
permissions:
13-
pull-requests: write
14-
contents: write
15-
actions: write
13+
permissions: write-all
14+
# pull-requests: write
15+
# contents: write
16+
# actions: write
1617
runs-on: ubuntu-latest
1718
steps:
1819
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)