Rename release token secret
This commit is contained in:
@@ -87,7 +87,7 @@ jobs:
|
|||||||
- name: Publish to GitHub release
|
- name: Publish to GitHub release
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ secrets.GITHUB_RELEASE_TOKEN }}
|
TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
REPOSITORY: sirblobby/typst-desktop
|
REPOSITORY: sirblobby/typst-desktop
|
||||||
TAG: ${{ github.ref_name }}
|
TAG: ${{ github.ref_name }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ Publishing to GitHub needs one repository secret:
|
|||||||
|
|
||||||
| Secret | Value |
|
| 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:
|
To cut a release:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user