mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-05 20:46:43 +00:00
Merge pull request #696 from thecodacus/fix/workflow-permission
chore: added workflow permission
This commit is contained in:
commit
5c1b4de26a
4
.github/workflows/update-stable.yml
vendored
4
.github/workflows/update-stable.yml
vendored
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user