Skip to content

Commit

Permalink
update workflow permissions (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger authored Oct 20, 2024
1 parent e8e1da9 commit dbf4f1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Update Dependencies
on:
schedule:
# Run weekly
- cron: 0 0 * * SUN
- cron: 0 0 * * MON
workflow_dispatch:
# Needed so we can run it manually

Expand All @@ -29,6 +29,7 @@ env:
permissions:
checks: write
contents: write
pull-requests: write

jobs:
update:
Expand Down

0 comments on commit dbf4f1c

Please sign in to comment.