diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92520df4..a2afe387 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,11 +21,12 @@ jobs: - name: 🛑 Cancel Previous Runs uses: styfle/cancel-workflow-action@0.6.0 with: - access_token: ${{ github.token }} + access_token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v2 with: fetch-depth: 0 + token: ${{ secrets.GITHUB_TOKEN }} - name: ⚙️ Configure git run: |