use secrets.tea_token for gitea api auth

This commit is contained in:
2026-03-09 17:03:35 +00:00
parent b35d617b31
commit cf5a3a7725
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ jobs:
- name: open pull request
if: steps.update.outputs.updated == 'true'
env:
GITEA_TOKEN: ${{ gitea.token }}
GITEA_TOKEN: ${{ secrets.tea_token }}
shell: bash
run: |
set -euo pipefail