We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e2501 commit ba59917Copy full SHA for ba59917
1 file changed
.github/workflows/ci-pipeline.yml
@@ -24,6 +24,9 @@ env:
24
jobs:
25
test:
26
runs-on: ubuntu-latest
27
+ permissions:
28
+ contents: read
29
+ packages: write
30
steps:
31
# GitHub gives only repository complete in <owner>/<repo> format.
32
# Need some manual shenanigans
0 commit comments