chore: added workflow permission

This commit is contained in:
Anirban Kar 2024-12-13 15:48:04 +05:30
parent 6015747865
commit bd71d7e0ca

View File

@ -5,7 +5,9 @@ on:
types: [closed]
branches:
- main
permissions:
contents: write
jobs:
update-stable:
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'stable-release')