Skip to content

Commit

Permalink
ci(.github): define explicit permissions for GH default workflow token (
Browse files Browse the repository at this point in the history
#133)

Signed-off-by: Pankaj Mouriya <pankaj.mouriya@konghq.com>
  • Loading branch information
pankajmouriyakong authored Sep 20, 2024
1 parent c092186 commit 2dc7fbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lifecycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
- opened
- labeled

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

jobs:
lifecycle:
uses: kumahq/.github/.github/workflows/wfc_lifecycle.yml@main

0 comments on commit 2dc7fbd

Please sign in to comment.