Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit ab435fc

Browse files
committed
release permissions.
1 parent e12324c commit ab435fc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
type: string
1212
default: latest
1313

14-
permissions:
15-
contents: write # This is required to create/push the new git tag
16-
1714
concurrency:
1815
group: ${{ github.workflow }}-${{ github.ref }}
1916
cancel-in-progress: true
@@ -27,7 +24,7 @@ jobs:
2724
runs-on: ubuntu-latest
2825

2926
permissions:
30-
contents: read
27+
contents: write
3128
packages: write
3229
id-token: write
3330

0 commit comments

Comments
 (0)