From 357c101e8bb51569c55de16c779735dd83ef8964 Mon Sep 17 00:00:00 2001 From: New Future Date: Sat, 11 May 2024 13:31:04 +0000 Subject: [PATCH] add GH_TOKEN --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 67b8cd4..eeda2f6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,4 +28,6 @@ jobs: run: ./build.cmd - name: upload pdf to release - run: 'gh release upload ${{ github.ref_name }} main.pdf#NKThesis.pdf' \ No newline at end of file + run: 'gh release upload ${{ github.ref_name }} main.pdf#NKThesis.pdf' + env: + GH_TOKEN: ${{ github.token }}