Skip to content

Commit

Permalink
Add permissions to example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEtco committed Nov 16, 2021
1 parent a3a7761 commit c796bdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ This GitHub Action creates a new issue based on an issue template file. Here's a
# .github/workflows/issue-on-push.yml
on: [push]
name: Create an issue on push
permissions:
contents: read
issues: write
jobs:
stuff:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c796bdc

Please sign in to comment.