mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-01 11:38:26 +01:00
fix(ci): grant actions:read to github-release job (#1634)
This commit is contained in:
committed by
GitHub
parent
07e2faff07
commit
c232e433bf
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -179,6 +179,7 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
permissions:
|
||||
contents: write
|
||||
actions: read # required for `gh run download` to list/fetch this run's artifacts
|
||||
steps:
|
||||
- name: 📥 Checkout code
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
|
||||
Reference in New Issue
Block a user