mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 07:56:07 +02:00
Updated workflows with permission restrictions (#1267)
* Updated workflows * Remove docs verifier for now
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: 'Status checker'
|
||||
name: 'OPS status checker'
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
@@ -8,6 +8,8 @@ jobs:
|
||||
status_checker_job:
|
||||
name: Look for build warnings
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
statuses: write
|
||||
steps:
|
||||
- uses: dotnet/docs-actions/actions/status-checker@main
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user