From 4493af32ec148ea73dfaf67ad7b012af5d5a8eca Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Sat, 24 Aug 2019 11:53:48 +0930 Subject: [PATCH] use auto github token Signed-off-by: Alexis Tyler --- .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 92994b951..e8af8baaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,4 +69,4 @@ jobs: with: args: unraid-*.tgz env: - GITHUB_TOKEN: ${{ secrets.GITHUB_DEPLOY_KEY }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file