diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index f0f0ce56..70669eb2 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -38,10 +38,12 @@ jobs: - name: Install Dependencies run: | - npm install + npm ci - name: Add Environment Labels uses: ffittschen/pr-branch-labeler@v1 + with: + repo-token: '${{ secrets.GITHUB_TOKEN }}' - name: Lint Commits run: |