Skip to content

Commit 20ade31

Browse files
committed
ci: fix auth token typo
1 parent 643f929 commit 20ade31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Post_Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
16-
token: ${{ secrets.DRTRT_ADMIN_BOT }}
16+
token: ${{ secrets.DRTRT_ADMIN_BOT_PAT }}
1717

1818
- name: Configure git user
1919
run: |

0 commit comments

Comments
 (0)