Skip to content

Commit

Permalink
try github config
Browse files Browse the repository at this point in the history
  • Loading branch information
theguy951357 committed Jan 11, 2024
1 parent f2fa902 commit b7aaded
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docsdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
jobs:

release:
- name: Setup git
run: |
git config --global user.name "Gravitl"
git config --global user.email "[email protected]"
- name: Run Deploy
uses: gravitl/netmaker-devops/.github/workflows/deploydocs.yml@master
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b7aaded

Please sign in to comment.