Skip to content

Commit

Permalink
cd: replace with github.token
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingertips18 committed Jan 18, 2025
1 parent 3d5c283 commit 620116b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
name: dist
name: dist-artifact
path: dist
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
uses: actions/checkout@v4

- name: Download Build Artifact
uses: actions/download-artifact@v4
uses: dawidd6/action-download-artifact@v7
with:
name: dist
name: dist-artifact
github-token: ${{ github.token }}
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 620116b

Please sign in to comment.