Skip to content

Commit 17010bd

Browse files
authored
Update deploy.yml
1 parent 6b16753 commit 17010bd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ jobs:
4545
-H "Accept: application/vnd.github+json" \
4646
https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/assignees \
4747
-d "{\"assignees\":[\"${{ github.actor }}\"]}"
48+
- name: list of teams reviewer via GitHub API
49+
env:
50+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
run: |
52+
curl -H "Authorization: token $GITHUB_TOKEN" \
53+
-H "Accept: application/vnd.github+json" \
54+
https://api.github.com/orgs/Code-dot-mil/teams
4855
4956
5057
- name: check team reviewer via GitHub API

0 commit comments

Comments
 (0)