diff --git a/.github/workflows/template-db-indexer.yml b/.github/workflows/template-db-indexer.yml deleted file mode 100644 index 931befe13e3..00000000000 --- a/.github/workflows/template-db-indexer.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: 📑 Template-DB Indexer - -on: - push: - tags: - - '*' - workflow_dispatch: - -jobs: - index: - runs-on: ubuntu-latest - if: github.repository == 'projectdiscovery/nuclei-templates' - steps: - - uses: projectdiscovery/actions/generate/db-indexer@v1 - with: - token: '${{ secrets.ACCESS_TOKEN }}' - mode: 'templates' - args: '-eft' - env: - AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }} - AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }} diff --git a/.github/workflows/templateman.yml b/.github/workflows/templateman.yml index df8699bc377..b6ac4ae0810 100644 --- a/.github/workflows/templateman.yml +++ b/.github/workflows/templateman.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: projectdiscovery/actions/setup/templateman@v1 with: - token: '${{ secrets.ACCESS_TOKEN }}' + token: '${{ secrets.PDTEAMX_CLASSIC_PAT }}' - run: tmc -mr -e -at <<< "$(pwd)" - uses: projectdiscovery/actions/setup/git@v1 - uses: projectdiscovery/actions/commit@v1 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3393990e62b..c5153338513 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -80,4 +80,4 @@ jobs: }) env: COMMENT: '${{ steps.check.outputs.comment }}' - GITHUB_TOKEN: '${{ secrets.ACCESS_TOKEN }}' + GITHUB_TOKEN: '${{ secrets.PDTEAMX_CLASSIC_PAT }}'