mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 03:22:41 -04:00
Set GITHUB_TOKEN permissions to read only in OpenAPI workflow
This commit is contained in:
@@ -9,6 +9,7 @@ jobs:
|
||||
openapi-head:
|
||||
name: OpenAPI - HEAD
|
||||
runs-on: ubuntu-latest
|
||||
permissions: read-all
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
@@ -34,6 +35,7 @@ jobs:
|
||||
name: OpenAPI - BASE
|
||||
if: ${{ github.base_ref != '' }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions: read-all
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user