Skip to content

Commit bc7a35f

Browse files
committed
switch back to other token
1 parent 9ba3e8a commit bc7a35f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/uml.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@v2
2020
with:
21-
token: ${{ secrets.GH_PAT }}
21+
token: ${{ secrets.GH_TOKEN }}
2222

2323
- name: Set up Python
2424
uses: actions/setup-python@v2
@@ -48,4 +48,4 @@ jobs:
4848
git push origin HEAD:${GITHUB_HEAD_REF}
4949
fi
5050
env:
51-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)