diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2546325199..b3943230b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Build - uses: ConsenSys/github-actions/docs-build@main + uses: Consensys-Incorporated/github-actions/docs-build@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 046794d128..8bed99b4d9 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -14,6 +14,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: LinkCheck - uses: ConsenSys/github-actions/docs-link-check@main + uses: Consensys-Incorporated/github-actions/docs-link-check@main with: FILE_EXTENSION: ${{ matrix.file-extensions }} \ No newline at end of file diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3494452e0c..5b1b7fb3b5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,4 +14,4 @@ jobs: - uses: actions/checkout@v4 - name: Lint - uses: ConsenSys/github-actions/docs-lint-all@main + uses: Consensys-Incorporated/github-actions/docs-lint-all@main