Open
Description
Currently in any github pipeline where you run terraform and access private modules , this is very ugly.
You have to do something like this in your pipeline
- name: Set git config
run: |
/usr/bin/git config --global --add url."https://${{ secrets.GH_PAT_TOKEN }}@github.com/MY_ORG".insteadOf https://github.com/MY_ORG
Would be great to handle this "natively" in digger.
Related also to #219 ( when running digger locally you also need access to all module repos)