mirror of
https://github.com/lancedikson/bowser
synced 2026-09-23 04:24:54 +00:00
fix: resolve open GitHub security findings (#630)
This commit is contained in:
@@ -7,6 +7,10 @@ on:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: read
|
||||
|
||||
jobs:
|
||||
prepare-deployment:
|
||||
name: 📝 Draft or update next release
|
||||
|
||||
3
.github/workflows/merge-to-master.yml
vendored
3
.github/workflows/merge-to-master.yml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user