diff --git a/.eslintrc b/.eslintrc index 29274e2..ca4407d 100644 --- a/.eslintrc +++ b/.eslintrc @@ -13,7 +13,8 @@ "sort-imports": "off", "import/order": "off", "no-dupe-class-members": "off", - "no-shadow": "error", + "no-shadow": "off", + "@typescript-eslint/no-shadow": ["error"], "arrow-parens": "off", "no-useless-constructor": "off", "@typescript-eslint/no-useless-constructor": "error" diff --git a/.github/workflows/fast-forward.yml b/.github/workflows/fast-forward.yml index 679dcd0..6c7edde 100644 --- a/.github/workflows/fast-forward.yml +++ b/.github/workflows/fast-forward.yml @@ -24,4 +24,4 @@ jobs: # never post a comment. (In all cases the information is # still available in the step's summary.) comment: on-error - GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} ## This allows to trigger push action from within this workflow. Read more - https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow + GITHUB_TOKEN: ${{ secrets.ASSOCIATION_RELEASE_TOKEN }} ## This allows to trigger push action from within this workflow. Read more - https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow