Skip to content

Commit

Permalink
WIP push with GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaramadze committed Jul 29, 2024
1 parent 8433aec commit a4ded95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
git add docs/api-reference
git commit -m "Update documentation"
git push -u origin update-docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: Create Pull Request
# uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit a4ded95

Please sign in to comment.