Skip to content

Commit 5d41bb0

Browse files
authored
Add github-token to download-artifact step
1 parent 1e2232b commit 5d41bb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/on-pr-changes-requested-move-labels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
run-id: ${{ github.event.workflow_run.id }}
2121
name: pr_number
22+
github-token: ${{ secrets.GITHUB_TOKEN }}
2223
continue-on-error: true
2324
- name: Check for pr_number.txt
2425
id: check

0 commit comments

Comments
 (0)