diff --git a/.github/workflows/youtube.yaml b/.github/workflows/youtube.yaml index 884b9ff..63e02a6 100644 --- a/.github/workflows/youtube.yaml +++ b/.github/workflows/youtube.yaml @@ -17,4 +17,4 @@ jobs: - uses: gautamkrishnar/blog-post-workflow@master with: comment_tag_name: "YOUTUBE" - feed_list: https://www.youtube.com/feeds/videos.xml?channel_id=UC8NDpwTbsFSeP7dkbl4hKeQ + feed_list: https://www.youtube.com/feeds/videos.xml?channel_id=UCX-YG3i-PgGHHToD7b2kCvg diff --git a/README.md b/README.md index 1cc71b3..8ea5f99 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,7 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). -- [Terraform Dynamic Block Explained with Demo in Hindi | What are Dynamic Blocks in Terraform?](https://www.youtube.com/watch?v=4wGTVBzQYDs) -- [Data Sources in Terraform | Use terraform data source to fetch aws ami ids | Terraform Tutorials](https://www.youtube.com/watch?v=_NU3jIwvPGs) -- [Terraform Local Values Explained | Locals in Terraform | Terraform Tutorials in Hindi](https://www.youtube.com/watch?v=ldK_98oPjMc) -- [WordPress Deployment on AWS EC2 and RDS | Step-by-Step Guide for Two-Tier Environment | DevOps Pro](https://www.youtube.com/watch?v=R04upb-Uac4) -- [GitHub Actions Crash Course for beginners with Projects | GitHub Action Tutorial in Hindi](https://www.youtube.com/watch?v=bSBaAspgmhU) +- [Mastering DevOps Essential Skills Unveiled](https://www.youtube.com/watch?v=hiULj9ulj-E) ## Available Scripts diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..034e848 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc. diff --git a/package.json b/package.json index da728a6..d8c285e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "github-actions-crash-course", "version": "0.1.0", "private": true, - "homepage": "https://devopspro.github.io/github-actions-crash-course", + "homepage": "https://ganeshsnp987.github.io/github-actions-crash-course", "dependencies": { "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", diff --git a/src/App.js b/src/App.js index a39f77c..e552809 100644 --- a/src/App.js +++ b/src/App.js @@ -8,11 +8,11 @@ function App() { logo

{process.env.REACT_APP_WELCOME_TEXT || "Github Actions Tutorial"} - By - DevOps Pro + DevOps_Pro Ganesh sanap !!!