Skip to content

Commit

Permalink
Move permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Sep 29, 2024
1 parent 75c6683 commit 2f4e2fa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/automated-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ on:
# “At 00:00 on Friday.” https://crontab.guru/#0_0_*_*_5
- cron: '0 0 * * 5'

permissions:
pull-requests: write
contents: write

jobs:
update:
permissions:
pull-requests: write
contents: write
if: github.event_name != 'schedule' || github.repository == 'prettier/html-ua-styles'
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 2f4e2fa

Please sign in to comment.