diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd0765b186..e91e28b454 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: Check branch is releasable and release alpha on main branch update on: [push, pull_request] -concurrency: +concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} cancel-in-progress: true jobs: @@ -11,7 +11,6 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - token: ${{ secrets.SUPPORT_TOKEN }} - name: Install lerna and all packages run: npm ci - name: Run linter in all packages diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 71a39eefb2..7c3c319da0 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -7,7 +7,6 @@ jobs: steps: - uses: actions/checkout@v2 with: - token: ${{ secrets.SUPPORT_TOKEN }} fetch-depth: 0 - name: Install lerna and all packages run: npm ci diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 821f2f2378..2faa149b82 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -11,7 +11,6 @@ jobs: steps: - uses: actions/checkout@v2 with: - token: ${{ secrets.SUPPORT_TOKEN }} fetch-depth: 0 - name: Install lerna and all packages run: npm ci diff --git a/.github/workflows/release-alpha.yml b/.github/workflows/release-alpha.yml index 5e4671d5fb..2a8bb3ca7f 100644 --- a/.github/workflows/release-alpha.yml +++ b/.github/workflows/release-alpha.yml @@ -8,7 +8,6 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - token: ${{ secrets.SUPPORT_TOKEN }} - name: Install lerna and all packages run: npm ci - name: Run linter in all packages