Skip to content

Commit 5bf7ab6

Browse files
authored
Update deploy.yml
1 parent 6b2e50c commit 5bf7ab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
ORG_PAT: ${{ secrets.ORG_PAT }}
6767
run: |
6868
curl -v -X POST \
69-
-H "Authorization: token $PRODUCTION_REPO_ACCESS_TOKEN" \
69+
-H "Authorization: token $ORG_PAT" \
7070
-H "Accept: application/vnd.github+json" \
7171
-H "Content-Type: application/json" \
7272
-d '{"team_reviewers":["ai4sdlc-reviewer"]}' \

0 commit comments

Comments
 (0)