Skip to content

Commit 3f637e6

Browse files
authored
Update escrowBumpVersion.yaml
1 parent c54e5b1 commit 3f637e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/escrowBumpVersion.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ jobs:
2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24-
- uses: actions/checkout@v2
25-
with:
26-
token: ${{ secrets.ACTION_GITHUB_TOKEN }}
24+
- name: Configure Git
25+
run: git config --global url.'https://${{ secrets.ACTION_GITHUB_TOKEN }}:@github.com'.insteadOf 'https://github.com'
26+
- name: Checkout
27+
uses: actions/checkout@v2
2728

2829
- uses: ashley-taylor/read-json-property-action@v1.0
2930
with:

0 commit comments

Comments
 (0)