Skip to content

Commit 0a382f0

Browse files
authored
Update update_package_properties.yml
1 parent 51f7076 commit 0a382f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update_package_properties.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
4545
https://api.github.com/rate_limit
4646
47-
- name: Configure Git to use GH_TOKEN for authentication
47+
- name: Configure Git for push authentication
4848
run: |
49+
cd ${{ github.workspace }}
4950
git config --global user.email "${{ github.event.inputs.microsoft_email }}"
5051
git config --global user.name "${{ github.event.inputs.name }}"
5152
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/citusdata/packaging.git

0 commit comments

Comments
 (0)