Skip to content

Commit 45eaf2a

Browse files
authored
Update drift.yml
1 parent 5b4c0e8 commit 45eaf2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/drift.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
detect-drift:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Set git config
13+
run: |
14+
/usr/bin/git config --global --add url."https://github:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository_owner }}".insteadOf https://github.com/${{ github.repository_owner }}
1215
- name: digger drift detection
1316
uses: diggerhq/digger@vblocks-test
1417
with:

0 commit comments

Comments
 (0)