mirror of
https://github.com/got-feedBack/feedBack-desktop.git
synced 2026-08-11 03:09:56 +00:00
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:
co-authored by
Claude Opus 4.8
parent
28d9a7f30f
commit
0e7c428a9c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user