diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87e903a..22d0337 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: polls manage.py requirements-path: requirements.txt - readme-path: README.md + # readme-path: README.md python-version: 3.11 # python version which will lint the package - name: Set up Python diff --git a/Jenkinsfile b/Jenkinsfile index 4891947..987ea24 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { steps { withCredentials([ sshUserPrivateKey( - credentialsId: '73d234d2-3f9d-44e9-97fc-b6317070b462', + credentialsId: '${{ secrets.JENKINS_CREDS_ID }}', keyFileVariable: 'SSH_PRIVATE_KEY' ) ]) { diff --git a/README.md b/README.md index f7d5d35..9100c43 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Application made by django's instruction for **DevOps** education purposes # Pylint -![pylint](https://img.shields.io/badge/PyLint-6.20-orange?logo=python&logoColor=white) +![pylint](https://img.shields.io/badge/PyLint-6.22-orange?logo=python&logoColor=white)