Skip to content

Commit 55f6db0

Browse files
committed
build: Fix permissions
1 parent ad099d6 commit 55f6db0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
ci:
1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: read
16-
packages: write
17-
id-token: write
15+
contents: write
1816

1917
steps:
2018
- name: Checkout repository

0 commit comments

Comments
 (0)