From 9c6179db64097ac0f506ee3be55cb380eb4ff3d1 Mon Sep 17 00:00:00 2001 From: SirBlobby Date: Sat, 18 Jul 2026 23:43:18 -0400 Subject: [PATCH] Rename release token secret --- .gitea/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 56106dd..967b422 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -87,7 +87,7 @@ jobs: - name: Publish to GitHub release if: startsWith(github.ref, 'refs/tags/v') env: - TOKEN: ${{ secrets.GITHUB_RELEASE_TOKEN }} + TOKEN: ${{ secrets.RELEASE_TOKEN }} REPOSITORY: sirblobby/typst-desktop TAG: ${{ github.ref_name }} run: | diff --git a/README.md b/README.md index 917416f..dfca337 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Publishing to GitHub needs one repository secret: | Secret | Value | |---|---| -| `GITHUB_RELEASE_TOKEN` | A classic GitHub personal access token with the `repo` scope. | +| `RELEASE_TOKEN` | A classic GitHub personal access token with the `repo` scope. | To cut a release: