mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-07 09:41:54 -04:00
move permissions block to publish job
This commit is contained in:
parent
87c8349c6b
commit
da4d06c5ab
6
.github/workflows/openapi-merge.yml
vendored
6
.github/workflows/openapi-merge.yml
vendored
@ -6,14 +6,12 @@ on:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
actions: read
|
||||
|
||||
jobs:
|
||||
publish-openapi:
|
||||
name: OpenAPI - Publish Artifact
|
||||
uses: ./.github/workflows/openapi-generate.yml
|
||||
permissions:
|
||||
contents: read
|
||||
with:
|
||||
ref: ${{ github.sha }}
|
||||
repository: ${{ github.repository }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user