We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6b58c commit a535d89Copy full SHA for a535d89
.github/workflows/docs.yml
@@ -85,4 +85,4 @@ jobs:
85
ref: gh-pages
86
message: Update ${{ env.TAG }} docs via ${{ github.sha }}
87
env:
88
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ github.token }}
.github/workflows/tests.yml
@@ -81,9 +81,7 @@ jobs:
81
- uses: actions/checkout@v4
82
with:
83
fetch-depth: 0
84
- token: ${{ secrets.GH_TOKEN }}
+ token: ${{ github.token }}
- run: |
- git config --global user.name "GitHub Actions"
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
git fetch . HEAD:stable
89
git push -f origin stable
0 commit comments