Merge pull request #696 from thecodacus/fix/workflow-permission

chore: added workflow permission
This commit is contained in:
Anirban Kar
2024-12-13 15:49:13 +05:30
committed by GitHub

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')