Skip to content

Commit

Permalink
cd: replace github-token to github_token
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingertips18 committed Jan 19, 2025
1 parent 980c41e commit 175e078
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
uses: dawidd6/action-download-artifact@v7
with:
name: dist-artifact
github-token: ${{ github.token }}
github_token: ${{ github.token }}
workflow: build.yaml
workflow_search: true
workflow_conclusion: success
path: dist/

- name: Setup Git Identity
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git config user.name "GitHub Actions"
git config user.email "[email protected]"
- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 175e078

Please sign in to comment.