Skip to content

Commit

Permalink
Revert "try full write"
Browse files Browse the repository at this point in the history
This reverts commit 8b4b4e0.
  • Loading branch information
benegee committed Jul 18, 2024
1 parent e339545 commit a24e6b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
permissions: write-all
permissions:
contents: write
pull-requests: write
jobs:
CompatHelper:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a24e6b3

Please sign in to comment.