Skip to content

Commit

Permalink
ci: add PAT to artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpixels committed Mar 18, 2024
1 parent f909f91 commit e2d4288
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ jobs:
with:
name: client
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.PAT }}

- name: Download client artifact
uses: actions/download-artifact@v4
with:
name: server
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.PAT }}

- name: Output folder structure
run: ls -R -a
Expand Down

0 comments on commit e2d4288

Please sign in to comment.