Skip to content

Commit

Permalink
docs: Add permissions write to example workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
zkoppert authored Jul 21, 2023
1 parent 39402fe commit 885a4e6
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 885a4e6

Please sign in to comment.