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.
1 parent 6b16753 commit 17010bdCopy full SHA for 17010bd
1 file changed
.github/workflows/deploy.yml
@@ -45,6 +45,13 @@ jobs:
45
-H "Accept: application/vnd.github+json" \
46
https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/assignees \
47
-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
55
56
57
- name: check team reviewer via GitHub API
0 commit comments