From 60e9b22df7a2beacda8ac4fc00076a4554b6bfcd Mon Sep 17 00:00:00 2001 From: geonhwiii Date: Thu, 12 Jan 2023 21:08:53 +0900 Subject: [PATCH] add token --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 42e8902..387f3d8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: id: tag_version uses: mathieudutour/github-tag-action@v6.1 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.DAN_TOKEN }} - name: create github release uses: ncipollo/release-action@v1