Skip to content

Commit

Permalink
Merge pull request #53 from webosbrew/fix/ci/workflow_permission
Browse files Browse the repository at this point in the history
CI: Assign pull-requests: write permissions to app-submissions workflow
  • Loading branch information
tuxuser committed Apr 22, 2022
2 parents 9606ecb + 167ca4e commit 0ddbc32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/app-submissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
app-lint:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 0ddbc32

Please sign in to comment.