diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdc3fdf..72b1841 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,8 @@ jobs: - name: Print Git Tags run: git show-ref --tags + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Lint run: npm run lint