Update GitHub Actions workflow to use RELEASE_TOKEN for manual repository checkout step, enhancing security and access control.
Some checks failed
Build linux_amd64 extension and upload to Packages / build-linux-amd64 (push) Failing after 25m20s

This commit is contained in:
2025-09-13 06:31:59 +00:00
parent a3526d3eb4
commit 14debc4d35

View File

@@ -20,7 +20,7 @@ jobs:
steps: steps:
- name: Checkout repository (manual) - name: Checkout repository (manual)
env: env:
TOKEN: ${{ secrets.GITEA_TOKEN }} TOKEN: ${{ secrets.RELEASE_TOKEN }}
run: | run: |
set -euo pipefail set -euo pipefail
if [ -d .git ]; then if [ -d .git ]; then