Skip to content

Commit ee42308

Browse files
authored
Update checklist-to-pdf.yml
fix: really fixed the typo this time
1 parent e3a297c commit ee42308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checklist-to-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Attach PDF to release
2222
uses: svenstaro/upload-release-action@v2
2323
with:
24-
repo_token: ${{ secret.GITHUB_TOKEN }}
24+
repo_token: ${{ secrets.GITHUB_TOKEN }}
2525
file: ./checklist.pdf
2626
name: checklist-form.pdf
2727
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)