Hemant Kr.
Hemant Kr.
- you should use `${{ secrets.GITHUB_TOKEN }}` instead of `${{ inputs.github_token }}` - there is no variable exists like ${{ inputs.github_token }} in workflows environment. #### you can use this...
Thank you for your feedback. I will make the requested changes and submit a docs pull request to the docs repo within a few days.
Hi @luanfreitasdev, I marked all requested changes as resolved. But in PR it still shows that one change is requested. Why is this showing this? Did I need to make...