eslint-plugin-th-rules 1.5.3 → 1.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,10 +24,6 @@ jobs:
24
24
  - name: Install Dependencies
25
25
  run: bun i --dev
26
26
 
27
- # Authenticate with ghcr.io
28
- - name: Authenticate with ghcr.io
29
- run: echo "${{ secrets.GH_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
30
-
31
27
  - name: Setup Node.js environment
32
28
  uses: actions/setup-node@v4.0.2
33
29
  with:
@@ -39,5 +35,3 @@ jobs:
39
35
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
40
36
  GH_TOKEN: ${{ secrets.GH_TOKEN }}
41
37
  GH_REPO: ${{ github.server_url }}/${{ github.repository }}
42
- DOCKER_REGISTRY_USER: ${{ secrets.DOCKER_REGISTRY_USER }}
43
- DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}