Skip to content

Commit

Permalink
ci: add minimum GitHub token permissions for workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io>
  • Loading branch information
ashishkurmi committed Sep 11, 2022
1 parent 290e9b0 commit 51c69e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/towncrier.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Changelog entries
on: [pull_request]

permissions:
contents: read

jobs:
towncrier:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 51c69e9

Please sign in to comment.