We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f7076 commit 0a382f0Copy full SHA for 0a382f0
.github/workflows/update_package_properties.yml
@@ -44,8 +44,9 @@ jobs:
44
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
45
https://api.github.com/rate_limit
46
47
- - name: Configure Git to use GH_TOKEN for authentication
+ - name: Configure Git for push authentication
48
run: |
49
+ cd ${{ github.workspace }}
50
git config --global user.email "${{ github.event.inputs.microsoft_email }}"
51
git config --global user.name "${{ github.event.inputs.name }}"
52
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/citusdata/packaging.git
0 commit comments