diff --git a/.dockerignore b/.dockerignore index 6fb80c26..b7218ec1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -19,3 +19,24 @@ **/secrets.env **/signed-api.json **/.DS_Store + +# Extras (not part of .gitignore) +.dockerignore +.eslintrc.js +.git +.gitattributes +.github +.gitignore +.husky +.prettierignore +.prettierrc +**/.feature.ts +**/.test.ts +**/jest.config.js +**/test +Dockerfile +jest.setup.js +packages/e2e +packages/performance-test +renovate.json +scripts diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1c62cd0..467852c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -110,7 +110,6 @@ jobs: uses: actions/checkout@v5 with: fetch-depth: 0 - token: ${{ secrets.GH_ACCESS_TOKEN }} - name: Install pnpm uses: pnpm/action-setup@v4 - name: Setup Node