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 }}