Skip to content

Commit 9499de5

Browse files
committed
chore(ci): refactor workflows to scope permissions (#1978)
1 parent d3c7e9c commit 9499de5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/reusable_publish_docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ jobs:
6565
- name: Install doc generation dependencies
6666
run: |
6767
pip install --require-hashes -r docs/requirements.txt
68-
- name: Setup doc deploy
69-
run: |
70-
git config --global user.name Docs deploy
71-
git config --global user.email [email protected]
7268
- name: Git refresh tip (detached mode)
7369
# Git Detached mode (release notes) doesn't have origin
7470
if: ${{ inputs.detached_mode }}

0 commit comments

Comments
 (0)