5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-25 11:04:24 +00:00

Set required workflow permissions (#329)

This commit is contained in:
Kevin Stillhammer
2025-03-18 15:21:29 +01:00
committed by GitHub
parent 04c950a723
commit 389b596663
7 changed files with 20 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
test-setup-cache:
runs-on: ${{ matrix.os }}