Skip to content

Commit be82941

Browse files
committed
fix(ci): expand permissions
1 parent 15592ee commit be82941

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: CI
33
on:
44
push:
55

6-
permissions:
7-
id-token: write
8-
96
jobs:
107
lint:
118
runs-on: ubuntu-latest
@@ -61,6 +58,10 @@ jobs:
6158
concurrency: push
6259
if: github.ref_name == 'main'
6360
needs: [test, lint]
61+
permissions:
62+
id-token: write
63+
contents: write
64+
packages: write
6465

6566
steps:
6667
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)