Skip to content

Commit 4dc7040

Browse files
authored
Try to fix download of pr_number
Added github-token input to download-artifact step.
1 parent 54e20f3 commit 4dc7040

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/on-pr-opened-updated-move-labels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
- name: Download artifact from triggering run
1818
uses: actions/download-artifact@v6
1919
with:
20-
run-id: ${{ github.event.workflow_run.id }}
21-
name: pr_number
20+
name: pr_number
21+
github-token: ${{ secrets.GITHUB_TOKEN }}
22+
run-id: ${{ github.event.workflow_run.id }}
2223
continue-on-error: true
2324
- name: Check for pr_number.txt
2425
id: check

0 commit comments

Comments
 (0)