ci: use DEPLOY_TOKEN secret (GITEA_ prefix is reserved)
Gitea forbids secret names starting with GITEA_; map the DEPLOY_TOKEN secret to the GITEA_TOKEN env var consumed by publish.sh.
This commit is contained in:
@@ -55,5 +55,5 @@ jobs:
|
||||
env:
|
||||
GITEA_URL: https://gitea.devegamoreno.com
|
||||
GITEA_OWNER: jdevega
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
GITEA_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
|
||||
run: ./scripts/publish.sh
|
||||
Reference in New Issue
Block a user