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 526b6dc commit 6b2e50cCopy full SHA for 6b2e50c
1 file changed
.github/workflows/deploy.yml
@@ -47,15 +47,15 @@ jobs:
47
-d "{\"assignees\":[\"${{ github.actor }}\"]}"
48
- name: List teams via GitHub API
49
env:
50
- ORG_PAT: ${{ secrets.PRODUCTION_REPO_ACCESS_TOKEN }}
+ ORG_PAT: ${{ secrets.ORG_PAT }}
51
run: |
52
curl -H "Authorization: token $ORG_PAT" \
53
-H "Accept: application/vnd.github+json" \
54
https://api.github.com/orgs/Code-dot-mil/teams
55
56
- name: Check team reviewer via GitHub API
57
58
59
60
61
0 commit comments