We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ea57a commit 61dfc87Copy full SHA for 61dfc87
1 file changed
.github/workflows/ci-cd.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
branches: [ main ]
8
9
+permissions:
10
+ contents: read
11
+ packages: write
12
+
13
env:
14
CARGO_TERM_COLOR: always
15
RUST_VERSION: 1.87
0 commit comments