We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c041f07 commit 080f842Copy full SHA for 080f842
.github/workflows/preview.yml
@@ -15,11 +15,10 @@ jobs:
15
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
16
steps:
17
- name: Download PR Artifact
18
- uses: dawidd6/action-download-artifact@v6
+ uses: actions/download-artifact@v4
19
with:
20
- workflow: ${{ github.event.workflow_run.workflow_id }}
21
- run_id: ${{ github.event.workflow_run.id }}
22
- workflow_conclusion: success
+ github-token: ${{ secrets.GITHUB_TOKEN }} # token with actions:read permissions on target repo
+ run-id: ${{ github.event.workflow_run.id }}
23
name: site
24
- name: Store PR id as variable
25
id: pr
0 commit comments