From a498a24b3136874f279dc6079185068507eb34b8 Mon Sep 17 00:00:00 2001 From: xvzc Date: Fri, 11 Mar 2022 11:03:58 +0900 Subject: [PATCH] test --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cd58c40..5a14ab6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: ls -al && pwd && ls -al .. && GOOS=linux GOARCH=amd64 go build ./cmd/... && tar -zcvf spoof-dpi-linux.tar.gz ./spoof-dpi - uses: "marvinpinto/action-automatic-releases@latest" with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" + repo_token: "${{ secrets.PERSONAL_TOKEN }}" automatic_release_tag: "latest" prerelease: true title: "Development Build"