From c5801073bdc3a2839dc8e635e27d5000b6b835bb Mon Sep 17 00:00:00 2001 From: Niek Palm Date: Sun, 28 Mar 2021 15:11:56 +0200 Subject: [PATCH] chore(ci): update relase flow --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb74b290de..617a1cd354 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 + persist-credentials: false - uses: actions/download-artifact@v2 with: name: webhook @@ -65,7 +66,7 @@ jobs: - name: Dry run release if: github.event_name != 'pull_request' env: - GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Read only token run: | cp .release/* . yarn