From e70f35abb463a410e3328c6bb2bb08a221b0465a Mon Sep 17 00:00:00 2001 From: matthiasng Date: Thu, 2 Apr 2020 19:41:29 +0200 Subject: [PATCH] workflow: token --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b9a3b4..149fd42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: args: release --rm-dist --snapshot env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - + - name: upload artifacts uses: actions/upload-artifact@master with: @@ -94,4 +94,4 @@ jobs: version: latest args: release --rm-dist --debug env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.SERVICE_SHARK_TOKEN }} \ No newline at end of file