From 66443e209e9684965530541f8d48fded59643086 Mon Sep 17 00:00:00 2001 From: Ken Celenza Date: Sat, 26 Aug 2023 22:29:06 -0400 Subject: [PATCH] Update token to use GH_NAUTOBOT_BOT_TOKEN (#105) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df0e2f0..1670d43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,7 +193,7 @@ jobs: - name: "Upload binaries to release" uses: "svenstaro/upload-release-action@v2" with: - repo_token: "${{ secrets.NTC_GITHUB_TOKEN }}" + repo_token: "${{ secrets.GH_NAUTOBOT_BOT_TOKEN }}" file: "dist/*" tag: "${{ github.ref }}" overwrite: true