Skip to content

Commit 6b2e50c

Browse files
authored
Update deploy.yml
1 parent 526b6dc commit 6b2e50c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ jobs:
4747
-d "{\"assignees\":[\"${{ github.actor }}\"]}"
4848
- name: List teams via GitHub API
4949
env:
50-
ORG_PAT: ${{ secrets.PRODUCTION_REPO_ACCESS_TOKEN }}
50+
ORG_PAT: ${{ secrets.ORG_PAT }}
5151
run: |
5252
curl -H "Authorization: token $ORG_PAT" \
5353
-H "Accept: application/vnd.github+json" \
5454
https://api.github.com/orgs/Code-dot-mil/teams
5555
5656
- name: Check team reviewer via GitHub API
5757
env:
58-
ORG_PAT: ${{ secrets.PRODUCTION_REPO_ACCESS_TOKEN }}
58+
ORG_PAT: ${{ secrets.ORG_PAT }}
5959
run: |
6060
curl -H "Authorization: token $ORG_PAT" \
6161
-H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)