Skip to content

Commit f24e2a9

Browse files
committed
Fix permissions again
1 parent dc0545c commit f24e2a9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ on:
55
tags:
66
- "v*"
77

8+
permissions: write-all
9+
810
jobs:
911
publish:
1012
runs-on: ubuntu-latest
11-
permissions:
12-
contents: write
13-
id-token: write
14-
1513
steps:
1614
- name: Checkout code
1715
uses: actions/checkout@v4

0 commit comments

Comments
 (0)