You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are increasingly seeing this issue in our CI as well. However I am not sure if this is related to v3 since we are seeing this using v4.
Please let me know if you have figured anything on this.
Thanks @IrwanFicoFar
name: 🚀 Test and Deployon:
push:
branches:
- release/1.0
- development
- mainworkflow_dispatch:
permissions:
issues: writejobs:
setup:
name: Setupruns-on: ubuntu-latestdefaults:
run:
shell: bash#............rest of the code
Initially, I added the permissions section, but the pipeline stopped working. I found that adding contents: write to the permissions section resolved the issue. After making this change, everything worked fine.
Modified files is,
name: 🚀 Test and Deployon:
push:
branches:
- release/1.0
- development
- mainworkflow_dispatch:
permissions:
issues: writecontents: writejobs:
setup:
name: Setupruns-on: ubuntu-latestdefaults:
run:
shell: bash#............rest of the code
Error: error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
whta can i do for this error ?
The text was updated successfully, but these errors were encountered: