Skip to content

Commit

Permalink
Use default token
Browse files Browse the repository at this point in the history
Turns out terminal prompts disabled means the PAT is invalid.
  • Loading branch information
pluma4345 committed May 15, 2024
1 parent db6b58c commit a535d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:
ref: gh-pages
message: Update ${{ env.TAG }} docs via ${{ github.sha }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
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
git push -f origin stable

0 comments on commit a535d89

Please sign in to comment.