Skip to content

Commit

Permalink
cd: change github token value
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingertips18 committed Jan 18, 2025
1 parent dc1405a commit 5fc2ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
retention-days: 1
path: ./dist
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
name: dist
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GH_PAT }}

- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 5fc2ea1

Please sign in to comment.