Skip to content

Commit

Permalink
give write permission to action
Browse files Browse the repository at this point in the history
  • Loading branch information
EskiMojo14 committed Feb 4, 2024
1 parent 378e3e0 commit d7119ba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/size.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: size
on: [pull_request]
on:
pull_request:
branches:
- master
permissions:
pull-requests: write
jobs:
size:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d7119ba

Please sign in to comment.