Skip to content

Commit

Permalink
Remove required flag and contents: read permission (#33)
Browse files Browse the repository at this point in the history
* Remove required flag since default is set

* `contents: read` is not required
  • Loading branch information
toshimaru committed May 17, 2021
1 parent 0678040 commit cfd9b62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -23,7 +23,6 @@ on:
types: [opened, reopened]

permissions:
contents: read
pull-requests: write

jobs:
Expand Down
1 change: 0 additions & 1 deletion action.yml
Expand Up @@ -4,7 +4,6 @@ author: 'toshimaru'
inputs:
repo-token:
description: 'A token for the repository'
required: true
default: '${{ github.token }}'
runs:
using: 'node12'
Expand Down

0 comments on commit cfd9b62

Please sign in to comment.