Skip to content

Commit

Permalink
Merge pull request #61 from github/permissions
Browse files Browse the repository at this point in the history
docs: Add permissions write to example workflows
  • Loading branch information
zkoppert authored Jul 21, 2023
2 parents 39402fe + 885a4e6 commit 6a6f857
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ on:
schedule:
- cron: '3 2 1 * *'

permissions:
issues: write

jobs:
build:
name: issue metrics
Expand Down Expand Up @@ -118,6 +121,9 @@ name: Monthly issue metrics
on:
workflow_dispatch:

permissions:
issues: write

jobs:
build:
name: issue metrics
Expand Down Expand Up @@ -178,6 +184,9 @@ on:
schedule:
- cron: '3 2 1 * *'

permissions:
issues: write

jobs:
build:
name: issue metrics
Expand Down Expand Up @@ -226,6 +235,9 @@ name: Monthly issue metrics
on:
workflow_dispatch:
permissions:
issues: write
jobs:
build:
name: issue metrics
Expand Down

0 comments on commit 6a6f857

Please sign in to comment.