From 7767d42e64049a5961e2e9af4b11db6d942d6a44 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 5 Jul 2021 15:10:27 +0200 Subject: [PATCH] Change to GH Secrets --- .github/workflows/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 98ebba3ff..1a0595758 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -14,4 +14,4 @@ jobs: - uses: ncipollo/release-action@v1.8.6 with: artifacts: "README.md,LICENSE.md" - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.DEPLOY }}