mirror of
https://github.com/containers/podman.git
synced 2026-07-12 16:25:08 -04:00
Set permissions for win installer CI job
Explicitly set `content: read` permissions so that the GITHUB_TOKEN type
have permissions to "Get a release".
Fixes https://github.com/podman-container-tools/podman/issues/28850
Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
(cherry picked from commit 9c7ad74ede)
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
committed by
Paul Holzinger
parent
ac1bbd33fc
commit
b45fbbeec1
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -208,7 +208,8 @@ jobs:
|
||||
name: windows installer ${{ matrix.provider }}
|
||||
runs-on: windows-2025-vs2026
|
||||
timeout-minutes: 20
|
||||
permissions: {}
|
||||
permissions:
|
||||
contents: read
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user