ci: Set packages permissions to write
This commit is contained in:
parent
90dbe0bded
commit
40d6ffbdde
3 changed files with 3 additions and 4 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -14,8 +14,7 @@ env:
|
|||
jobs:
|
||||
build:
|
||||
permissions:
|
||||
id-token: write # Enable OIDC
|
||||
contents: write
|
||||
packages: write
|
||||
timeout-minutes: 30
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
|
|||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -19,6 +19,7 @@ jobs:
|
|||
id-token: write # Enable OIDC
|
||||
contents: write
|
||||
pull-requests: write
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
3
.github/workflows/tag.yml
vendored
3
.github/workflows/tag.yml
vendored
|
|
@ -11,8 +11,7 @@ env:
|
|||
jobs:
|
||||
tag:
|
||||
permissions:
|
||||
id-token: write # Enable OIDC
|
||||
contents: write
|
||||
packages: write
|
||||
timeout-minutes: 60
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue