We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b89ab commit ab169bcCopy full SHA for ab169bc
.github/workflows/update_dependencies_pr.yml
@@ -35,7 +35,11 @@ jobs:
35
echo "$num_deps dependencies to update"
36
fi
37
- name: Configure git
38
+ env:
39
+ GH_TOKEN: ${{ secrets.UPDATE_DEPS_KIBANA_REPO_TOKEN }}
40
run: |
41
+ echo "${GH_TOKEN}" | gh auth login --with-token
42
+ gh auth setup-git
43
git config --global user.name 'github-actions[bot]'
44
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
45
- name: Checkout the upstream repository
0 commit comments