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 9350d7c commit a07ccb3Copy full SHA for a07ccb3
.github/workflows/deploy.yml
@@ -16,10 +16,10 @@ jobs:
16
17
- name: Configure Git
18
run: |
19
- git config --global user.name "github-actions"
20
- git config --global user.email "toothlessdev@users.noreply.github.com"
+ git config --global user.name "toothlessdev"
+ git config --global user.email "toothless042@gmail.com"
21
22
- name: Deploy to GitHub Pages
23
run: npm run deploy
24
env:
25
- GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments