From ee42308f67ecc39c696b8aac9b04745978e45bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20C=C3=B4t=C3=A9?= <85751624+cotpat@users.noreply.github.com> Date: Fri, 24 Nov 2023 14:24:19 +0100 Subject: [PATCH] Update checklist-to-pdf.yml fix: really fixed the typo this time --- .github/workflows/checklist-to-pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checklist-to-pdf.yml b/.github/workflows/checklist-to-pdf.yml index ae07420..afa557d 100644 --- a/.github/workflows/checklist-to-pdf.yml +++ b/.github/workflows/checklist-to-pdf.yml @@ -21,7 +21,7 @@ jobs: - name: Attach PDF to release uses: svenstaro/upload-release-action@v2 with: - repo_token: ${{ secret.GITHUB_TOKEN }} + repo_token: ${{ secrets.GITHUB_TOKEN }} file: ./checklist.pdf name: checklist-form.pdf tag: ${{ github.ref }}