Skip to content

Commit d75a2d1

Browse files
authored
Fix authorization header in deploy workflow
1 parent bdc6150 commit d75a2d1

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
@@ -76,7 +76,7 @@ jobs:
7676
ORG_PAT: ${{ secrets.ORG_PAT }}
7777
run: |
7878
curl -X POST \
79-
-H "Authorization: Bearer $GITHUB_TOKEN" \
79+
-H "Authorization: token $ORG_PAT" \
8080
-H "Accept: application/vnd.github+json" \
8181
-H "Content-Type: application/json" \
8282
-d '{"team_reviewers":["ai4sdlc-reviewers"]}' \

0 commit comments

Comments
 (0)