ci: rename the cross-repo token secret to FEEDBACK_CLONE_TOKEN

Drop the stale slopsmith-era name now that everything lives under the
got-feedback org. Same secret, used for both the authenticated private
clones (GH_CLONE_TOKEN) and the VERSION-sync dispatch.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
byrongamatos
2026-06-17 00:57:25 +02:00
co-authored by Claude Opus 4.8
parent 28d9a7f30f
commit 0e7c428a9c
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ jobs:
steps:
- name: Clone core at active branch
env:
GH_CLONE_TOKEN: ${{ secrets.SLOPSMITH_SYNC_TOKEN }}
GH_CLONE_TOKEN: ${{ secrets.FEEDBACK_CLONE_TOKEN }}
run: |
git clone --depth 1 --branch "${{ needs.setup.outputs.branch }}" \
"https://x-access-token:${GH_CLONE_TOKEN}@github.com/got-feedback/feedback.git" core
@@ -149,7 +149,7 @@ jobs:
env:
# PAT with read access to the private got-feedback repos so
# build-common.sh can clone core + the bundled plugins.
GH_CLONE_TOKEN: ${{ secrets.SLOPSMITH_SYNC_TOKEN }}
GH_CLONE_TOKEN: ${{ secrets.FEEDBACK_CLONE_TOKEN }}
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
# No notarization for nightlies — testers use xattr -dr com.apple.quarantine
CSC_FOR_PULL_REQUEST: "true"