Skip to content

Commit

Permalink
Fix github-token attribute in preview workflow (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardozanini authored Mar 6, 2024
1 parent bd5a4a9 commit 3acfeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: site
github_token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.workflow_id }}

- name: Publish to Surge for preview
Expand Down

0 comments on commit 3acfeea

Please sign in to comment.