Skip to content

Commit e3a297c

Browse files
authored
Update checklist-to-pdf.yml
fix: typo
1 parent ee8aea9 commit e3a297c

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: ${{ secrest.GITHUB_TOKEN }}
24+
repo_token: ${{ secret.GITHUB_TOKEN }}
2525
file: ./checklist.pdf
2626
name: checklist-form.pdf
2727
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)