diff --git a/.github/workflows/gh-pages-main.yml b/.github/workflows/gh-pages-main.yml index 91106d5..6d92760 100644 --- a/.github/workflows/gh-pages-main.yml +++ b/.github/workflows/gh-pages-main.yml @@ -3,6 +3,8 @@ # This workflow will run every time new changes were pushed to the `main` branch name: App build CI/CD to main branch +permissions: + contents: write on: push: @@ -36,4 +38,3 @@ jobs: clean-exclude: pr/ force: false target-folder: main - token: ${{ secrets.GH_TOKEN }} diff --git a/eslint.config.mjs b/eslint.config.mjs index 58b5633..97a59e9 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -42,7 +42,7 @@ export default [ }, }, { - ignores: ['**/*.js', '**/*.mjs'], + ignores: ['**/*.js', '**/*.mjs', '**/*.d.ts'], }, { files: ['**/*.test.ts'],