We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
env.REPO_SYNC_PAT
1 parent 738cae0 commit a1d57b8Copy full SHA for a1d57b8
1 file changed
.github/workflows/sync-ai-personas-releases-to-project-repo.yml
@@ -10,8 +10,6 @@ jobs:
10
runs-on: ubuntu-24.04
11
permissions:
12
contents: read
13
- env:
14
- REPO_SYNC_PAT: ${{ secrets.REPO_SYNC_PAT }}
15
16
steps:
17
- name: Generate KSB token
@@ -44,7 +42,7 @@ jobs:
44
42
echo "Target Title: $TARGET_RELEASE_TITLE"
45
43
echo "Target Tag: $TARGET_RELEASE_TAG"
46
47
- # Check release exists in ai-personas
+ # Check release exists in KudoAI/ai-personas
48
RELEASE_CHECK_RESP=$(curl -s \
49
"https://api.github.com/repos/KudoAI/ai-personas/releases/tags/$TARGET_RELEASE_TAG")
50
TARGET_RELEASE_ID=$(echo "$RELEASE_CHECK_RESP" | sed -nE 's/.*"id":[[:space:]]*([0-9]+).*/\1/p' | head -1)
0 commit comments