From: Jérôme Benoit Date: Sat, 22 Oct 2022 12:33:54 +0000 (+0200) Subject: Cleanups typedoc GH action X-Git-Tag: v2.3.6~7 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=inline;h=970501f999bd8de99d6d63b49b7e098b975d2417;p=poolifier.git Cleanups typedoc GH action Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/generate-typedoc.yml b/.github/workflows/generate-typedoc.yml index 4ad20a79..d8f9a528 100644 --- a/.github/workflows/generate-typedoc.yml +++ b/.github/workflows/generate-typedoc.yml @@ -11,9 +11,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - # with: - # persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token - # fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Set node version to 16 uses: actions/setup-node@v3 with: @@ -33,10 +30,7 @@ jobs: - name: Push changes if: "github.repository == 'poolifier/poolifier' && github.ref == 'refs/heads/${{ github.event.repository.default_branch }}'" - # uses: ad-m/github-push-action@master uses: CasperWA/push-protected@v2 with: - # github_token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GH_TOKEN_PROTECTED }} branch: ${{ github.event.repository.default_branch }} - unprotect_reviews: true