Follow the official GitHub Instructions on how to create a Personal Access Token. Make sure to grant repo scope to your token.
Note that you will only be able to see this token once at the time of creation, make sure to copy it and keep it safe. You should delete the token at the end of this workshop.
curl -s https://fluxcd.io/install.sh | sudo bashexport GITHUB_TOKEN={your PAT}kubectl get nodesflux bootstrap github --owner={your GitHub Username} --repository=workshop-devops --path=clusters/workshop --personal --private=falsegit clone https://github.com/{your GitHub Username}/workshop-devops
cd workshop-devops