mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-22 11:30:11 +00:00
Set required workflow permissions (#329)
This commit is contained in:
parent
04c950a723
commit
389b596663
7 changed files with 20 additions and 0 deletions
3
.github/workflows/update-known-checksums.yml
vendored
3
.github/workflows/update-known-checksums.yml
vendored
|
|
@ -7,6 +7,9 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue