Skip to content

Commit 61dfc87

Browse files
authored
fix(ci): grant GITHUB_TOKEN package write permission
1 parent a9ea57a commit 61dfc87

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ main ]
88

9+
permissions:
10+
contents: read
11+
packages: write
12+
913
env:
1014
CARGO_TERM_COLOR: always
1115
RUST_VERSION: 1.87

0 commit comments

Comments
 (0)