We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb2d43 commit b54e068Copy full SHA for b54e068
.github/workflows/process_docs_changes.yml
@@ -84,6 +84,12 @@ jobs:
84
# echo "htmlproofer spit out a report of length: $(cat htmlproofer.out | wc -l)"
85
# bb script/analyze_links.clj --htmlproofer-output htmlproofer.out
86
87
+ - name: Authenticate Git with GITHUB_TOKEN
88
+ run: |
89
+ git config --global user.name "Metabase Docs bot"
90
+ git config --global user.email "metabase-bot@metabase.com"
91
+ git remote set-url origin "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/metabase/docs.metabase.github.io.git"
92
+
93
- name: Create the pull request
94
env:
95
GH_TOKEN: ${{ secrets.METABASE_AUTOMATION_USER_TOKEN }}
0 commit comments