Skip to content

Commit 6b3d40b

Browse files
committed
fix(ci): permission
1 parent 82b6d2a commit 6b3d40b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
permissions:
12-
content: write
13-
package: write
12+
contents: write
13+
packages: write
1414
steps:
1515
- uses: actions/checkout@v5
1616

0 commit comments

Comments
 (0)