GHA workflow step:
- name: create release
run: |
gh release create v1.0.0 --repo myrepoowner/myrepositoryname/Release --title "My Release" --notes "This is the first version of my project."
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
Error:
Run gh release create v1.0.0 --repo myrepoowner/myrepositoryname/Release --title "My Release" --notes "This is the first version of my project."
error connecting to myrepoowner
check your internet connection or https://githubstatus.com
Error: Process completed with exit code 1.
githubstatus LOGS:
Git Operations ?
Normal
API Requests ?
Normal
Webhooks ?
Normal
Issues ?
Normal
Pull Requests ?
Normal
Actions ?
Normal
Packages ?
Normal
Pages ?
Normal
Codespaces ?
Normal
Copilot
Normal
Getting the same error logs again and again. Any suggestion would be helpful.