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.
2 parents 196ed74 + aa97082 commit 17241ecCopy full SHA for 17241ec
.github/workflows/ci-cd.yml
@@ -2,6 +2,9 @@ name: CI/CD Pipeline
2
3
on: [push, pull_request, workflow_dispatch]
4
5
+permissions:
6
+ contents: write
7
+
8
jobs:
9
ci:
10
name: Continuous Integration
.github/workflows/sonarcloud.yml
@@ -9,6 +9,11 @@ on:
types: [opened, synchronize, reopened]
paths-ignore: ['.vscode/**']
11
12
13
14
+ contents: read
15
+ pull-requests: read
16
17
env:
18
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
19
0 commit comments