diff --git a/.github/workflows/preview-teardown.yml b/.github/workflows/preview-teardown.yml index 6872052db0f3b..c489d75e9554f 100644 --- a/.github/workflows/preview-teardown.yml +++ b/.github/workflows/preview-teardown.yml @@ -15,7 +15,7 @@ jobs: id: deploy run: npx surge teardown https://quarkus-pr-main-${{ github.event.number }}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }} || true - name: Update PR status comment - uses: actions-cool/maintain-one-comment@v3.0.0 + uses: actions-cool/maintain-one-comment@v3.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} body: | diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index ce478d6d68ca5..07252233e295f 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -77,7 +77,7 @@ jobs: id: deploy run: npx surge ./_site --domain https://quarkus-pr-main-${{ steps.pr.outputs.id }}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }} - name: Update PR status comment on success - uses: actions-cool/maintain-one-comment@v3.0.0 + uses: actions-cool/maintain-one-comment@v3.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} body: | @@ -88,7 +88,7 @@ jobs: number: ${{ steps.pr.outputs.id }} - name: Update PR status comment on failure if: ${{ failure() }} - uses: actions-cool/maintain-one-comment@v3.0.0 + uses: actions-cool/maintain-one-comment@v3.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} body: |