chore: use vars instead of secrets for GITEA_RELEASE_TOKEN
This commit is contained in:
@ -76,7 +76,7 @@ jobs:
|
||||
- name: Create Gitea release
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_RELEASE_TOKEN }}
|
||||
GITEA_TOKEN: ${{ vars.GITEA_RELEASE_TOKEN }}
|
||||
TAG_NAME: ${{ github.ref_name }}
|
||||
REPO: ${{ github.repository }}
|
||||
SERVER_URL: ${{ github.server_url }}
|
||||
|
||||
Reference in New Issue
Block a user