Skip to content

Commit

Permalink
ci: fix workflow permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
  • Loading branch information
neilime committed Apr 2, 2024
1 parent 43ee4ae commit 43a233a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

permissions:
contents: read
issues: write
pull-requests: write

jobs:
greetings:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/need-fix-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:

permissions:
contents: read
issues: write

jobs:
main:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
- synchronize

permissions:
contents: read
contents: write
pull-requests: write

jobs:
main:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
- cron: "30 1 * * *"

permissions:
contents: read
issues: write
pull-requests: write

jobs:
main:
Expand Down

0 comments on commit 43a233a

Please sign in to comment.