diff --git a/.github/workflows/cicdpipeline.yml b/.github/workflows/cicdpipeline.yml index bc27e6a..282bc80 100644 --- a/.github/workflows/cicdpipeline.yml +++ b/.github/workflows/cicdpipeline.yml @@ -82,8 +82,8 @@ jobs: - name: SonarCloud Scan uses: sonarsource/sonarcloud-github-action@master with: - organization: your-org - projectKey: your-org_your-repo + organization: devopslearnc + projectKey: devopslearnc_Github-Actions-Examples env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} @@ -129,7 +129,7 @@ jobs: environment: name: production url: https://your-app.example.com - deployment_branch: main + #deployment_branch: main steps: - name: Checkout code