From 9d694b6aed241e5416d946cb8d8642484e098cd9 Mon Sep 17 00:00:00 2001 From: Youngjin Jo Date: Mon, 9 Dec 2024 11:32:09 +0900 Subject: [PATCH] chore: update token info Signed-off-by: Youngjin Jo --- .github/workflows/dispatch_release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dispatch_release.yaml b/.github/workflows/dispatch_release.yaml index 9e61659..23e42ea 100644 --- a/.github/workflows/dispatch_release.yaml +++ b/.github/workflows/dispatch_release.yaml @@ -65,7 +65,8 @@ jobs: version: latest args: release --clean env: - GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + PAT_TOKEN: ${{ secrets.PAT_TOKEN }} - name: Notice when job fails if: failure()