mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2025-03-01 10:06:06 +00:00
Merge pull request #97 from thornbill/gh-pages-permissions
Fix permissions for GH pages workflow
This commit is contained in:
commit
db4c18e82f
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -6,6 +6,11 @@ on:
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
Loading…
x
Reference in New Issue
Block a user