Skip to content

Commit a1d57b8

Browse files
committed
Deleted no-longer used env.REPO_SYNC_PAT, expanded section comment
1 parent 738cae0 commit a1d57b8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/sync-ai-personas-releases-to-project-repo.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
permissions:
1212
contents: read
13-
env:
14-
REPO_SYNC_PAT: ${{ secrets.REPO_SYNC_PAT }}
1513

1614
steps:
1715
- name: Generate KSB token
@@ -44,7 +42,7 @@ jobs:
4442
echo "Target Title: $TARGET_RELEASE_TITLE"
4543
echo "Target Tag: $TARGET_RELEASE_TAG"
4644
47-
# Check release exists in ai-personas
45+
# Check release exists in KudoAI/ai-personas
4846
RELEASE_CHECK_RESP=$(curl -s \
4947
"https://api.github.com/repos/KudoAI/ai-personas/releases/tags/$TARGET_RELEASE_TAG")
5048
TARGET_RELEASE_ID=$(echo "$RELEASE_CHECK_RESP" | sed -nE 's/.*"id":[[:space:]]*([0-9]+).*/\1/p' | head -1)

0 commit comments

Comments
 (0)