Skip to content

Commit

Permalink
ci: add actions write
Browse files Browse the repository at this point in the history
  • Loading branch information
shouwn committed Sep 8, 2023
1 parent 23f1798 commit 37ffa3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lint
on:
pull_request_target:
branches:
- main
- develop/*

concurrency:
Expand All @@ -28,6 +27,10 @@ jobs:
ktlint:
name: Lint Kotlin
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
actions: write
steps:
- name: Clone repo
uses: actions/checkout@master
Expand Down

0 comments on commit 37ffa3f

Please sign in to comment.