-
Notifications
You must be signed in to change notification settings - Fork 561
Open
Labels
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)
aedcparnie, raouf-xh and dixitnhEzzioMoreira