Skip to content

Commit

Permalink
Try setting gh credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushuk committed Apr 29, 2024
1 parent f4e383e commit 689f268
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
- name: Look for template
run: ls

- name: Set git credentials
run: |
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: Move template to pros-docs
run: python3 pros-branchline/upload.py ${{ github.event.inputs.name }} ${{ github.event.inputs.version }} ${{ github.event.inputs.new_template }} ${{ secrets.MY_TOKEN }}

Expand Down

0 comments on commit 689f268

Please sign in to comment.