We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2283e93 commit 640bb4cCopy full SHA for 640bb4c
1 file changed
.github/workflows/ci-cd.yml
@@ -9,6 +9,10 @@ on:
9
# Trigger on release tags
10
tags: [ 'v[0-9]+*' ]
11
12
+permissions:
13
+ contents: read
14
+ packages: write
15
+
16
jobs:
17
18
build:
0 commit comments