ci: Prefer job GITEA_TOKEN for package releases
Build Arch package / build (push) Successful in 31s

This commit is contained in:
eva
2026-09-03 16:04:51 +00:00
parent f6f3520415
commit ae6d65637e
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- name: Attach package to Gitea release - name: Attach package to Gitea release
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
env: env:
GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: | run: |
set -euo pipefail set -euo pipefail
tag="${GITHUB_REF_NAME}" tag="${GITHUB_REF_NAME}"