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 737eccb + db662ba commit 1fb98bdCopy full SHA for 1fb98bd
.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,10 @@ on:
types: [opened, synchronize, reopened]
paths-ignore: ['.vscode/**']
11
12
13
+ contents: read
14
+ pull-requests: read
15
16
env:
17
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
18
0 commit comments