Skip to content

Commit 503dae3

Browse files
committed
WIP no env
1 parent 98c4f36 commit 503dae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
git config --global user.email 'github-actions@github.com'
4747
git commit -m "Update documentation"
4848
git push -u origin update-docs
49-
env:
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
# env:
50+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151

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

0 commit comments

Comments
 (0)