Skip to content

Commit a4ded95

Browse files
committed
WIP push with GITHUB_TOKEN
1 parent 8433aec commit a4ded95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
git add docs/api-reference
4040
git commit -m "Update documentation"
4141
git push -u origin update-docs
42+
env:
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4244

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

0 commit comments

Comments
 (0)